Skip to content

Commit a7dd382

Browse files
Update codeql.yml
Require manual build mode for C++
1 parent 87e8836 commit a7dd382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
language: [ 'c-cpp' ]
46-
build-mode: [ 'autobuild' ]
46+
build-mode: [ 'manual' ]
4747
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
4848
# Use `c-cpp` to analyze code written in C, C++ or both
4949
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both

0 commit comments

Comments
 (0)