Skip to content

Commit

Permalink
fix: Change CodeQL workflow build mode for C/C++ from autobuild to ma…
Browse files Browse the repository at this point in the history
…nual
  • Loading branch information
gto90 committed Dec 22, 2024
1 parent a317cb5 commit 7972368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
matrix:
include:
- language: c-cpp
build-mode: autobuild
build-mode: manual
- language: java-kotlin
build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
- language: python
Expand Down

0 comments on commit 7972368

Please sign in to comment.