Skip to content

Commit 6684d32

Browse files
committed
ci(codeql): enable java autobuild
1 parent d408674 commit 6684d32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- language: javascript-typescript
3636
build-mode: none
3737
- language: java-kotlin
38-
build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
38+
build-mode: autobuild
3939
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
4040
# Use `c-cpp` to analyze code written in C, C++ or both
4141
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both

0 commit comments

Comments
 (0)