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 5e558d7 commit bb5d3e4Copy full SHA for bb5d3e4
.github/workflows/code-ql.yaml
@@ -52,8 +52,8 @@ jobs:
52
53
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54
# If this step fails, then you should remove it and run the build manually (see below)
55
- - name: Autobuild
56
- uses: github/codeql-action/autobuild@v2
+ # - name: Autobuild
+ # uses: github/codeql-action/autobuild@v2
57
58
# ℹ️ Command-line programs to run using the OS shell.
59
# 📚 https://git.io/JvXDl
@@ -62,9 +62,8 @@ jobs:
62
# and modify them (or add more) to build your code if your project
63
# uses a compiled language
64
65
- #- run: |
66
- # make bootstrap
67
- # make release
+ - run: |
+ make build
68
69
- name: Perform CodeQL Analysis
70
uses: github/codeql-action/analyze@v2
0 commit comments