We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831d145 commit cb724b3Copy full SHA for cb724b3
.github/workflows/codeql-analysis.yml
@@ -53,19 +53,9 @@ jobs:
53
54
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55
# If this step fails, then you should remove it and run the build manually (see below)
56
- - name: Autobuild
57
- uses: github/codeql-action/autobuild@v1
58
59
- # ℹ️ Command-line programs to run using the OS shell.
60
- # 📚 https://git.io/JvXDl
61
-
62
- # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
63
- # and modify them (or add more) to build your code if your project
64
- # uses a compiled language
65
66
- #- run: |
67
- # make bootstrap
68
- # make release
+ - run: |
+ make
69
70
- name: Perform CodeQL Analysis
71
uses: github/codeql-action/analyze@v1
0 commit comments