Skip to content

Commit 87e8836

Browse files
Update codeql.yml
Change automatic to autobuild in strategy > matrix > build-mode[0]
1 parent 6811f55 commit 87e8836

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: [ 'automatic' ]
46+
build-mode: [ 'autobuild' ]
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)