Skip to content

Commit 6d1878a

Browse files
committed
setting the build to auto
1 parent 98c9eb2 commit 6d1878a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- language: actions
3535
build-mode: none
3636
- language: java-kotlin
37-
build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
37+
build-mode: autobuild # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
3838
- language: javascript-typescript
39-
build-mode: none
39+
build-mode: autobuild
4040
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
4141
# Use `c-cpp` to analyze code written in C, C++ or both
4242
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both

0 commit comments

Comments
 (0)