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 570a85f commit fb8f9e6Copy full SHA for fb8f9e6
.github/workflows/codeql.yml
@@ -46,7 +46,7 @@ jobs:
46
- language: actions
47
build-mode: none
48
- language: c-cpp
49
- build-mode: autobuild
+ build-mode: manual
50
- language: javascript-typescript
51
52
- language: python
@@ -91,12 +91,8 @@ jobs:
91
- if: matrix.build-mode == 'manual'
92
shell: bash
93
run: |
94
- echo 'If you are using a "manual" build mode for one or more of the' \
95
- 'languages you are analyzing, replace this with the commands to build' \
96
- 'your code, for example:'
97
- echo ' make bootstrap'
98
- echo ' make release'
99
- exit 1
+ # Add your C/C++ build commands here. Example for Makefile:
+ make
100
101
- name: Perform CodeQL Analysis
102
uses: github/codeql-action/analyze@v3
0 commit comments