We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3fd62e commit 5d2ada6Copy full SHA for 5d2ada6
.github/workflows/codeql.yml
@@ -46,7 +46,7 @@ jobs:
46
- language: actions
47
build-mode: none
48
- language: java-kotlin
49
- build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
+ build-mode: autobuild # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
50
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
51
# Use `c-cpp` to analyze code written in C, C++ or both
52
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
0 commit comments