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 2273c36 commit 0f62ac4Copy full SHA for 0f62ac4
.github/workflows/codeql.yml
@@ -32,7 +32,7 @@ jobs:
32
matrix:
33
include:
34
- language: java
35
- build-mode: autobuild # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
+ build-mode: manual # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
36
37
steps:
38
- name: Checkout repository
0 commit comments