We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab92f8 commit c340116Copy full SHA for c340116
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
strategy:
41
fail-fast: false
42
matrix:
43
- language: [ ]
+ language: [ 'java-kotlin' ]
44
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ]
45
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
46
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
0 commit comments