Skip to content

Commit d487229

Browse files
committed
Documentation Updates & Bug Fixes
1 parent 7ab2a9c commit d487229

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/codeql.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
matrix:
4646
include:
4747
- language: c-cpp
48-
build-mode: none
48+
build-mode: manual
4949
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
5050
# Use `c-cpp` to analyze code written in C, C++ or both
5151
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
@@ -80,12 +80,8 @@ jobs:
8080
- if: matrix.build-mode == 'manual'
8181
shell: bash
8282
run: |
83-
echo 'If you are using a "manual" build mode for one or more of the' \
84-
'languages you are analyzing, replace this with the commands to build' \
85-
'your code, for example:'
86-
echo ' make bootstrap'
87-
echo ' make release'
88-
exit 1
83+
make bootstrap
84+
make release
8985
9086
- name: Perform CodeQL Analysis
9187
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)