Skip to content

Commit e4e058f

Browse files
Update codeql.yml
1 parent 965906b commit e4e058f

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- language: actions
4747
build-mode: none
4848
- language: c-cpp
49-
build-mode: autobuild
49+
build-mode: manual
5050
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
5151
# Use `c-cpp` to analyze code written in C, C++ or both
5252
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
@@ -87,12 +87,7 @@ jobs:
8787
- if: matrix.build-mode == 'manual'
8888
shell: bash
8989
run: |
90-
echo 'If you are using a "manual" build mode for one or more of the' \
91-
'languages you are analyzing, replace this with the commands to build' \
92-
'your code, for example:'
93-
echo ' make bootstrap'
94-
echo ' make release'
95-
exit 1
90+
make check
9691
9792
- name: Perform CodeQL Analysis
9893
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)