Skip to content

Commit eeb11ed

Browse files
authored
Merge pull request #200 from hazendaz/master
[GHA] Add missing language to codeql
2 parents 44c0353 + c340116 commit eeb11ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
language: [ ]
43+
language: [ 'java-kotlin' ]
4444
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ]
4545
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
4646
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both

0 commit comments

Comments
 (0)