Skip to content

Commit 19cdba5

Browse files
authored
Update codeql.yml
support java
1 parent 650b28b commit 19cdba5

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
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
language: [ 'javascript' ]
41+
language: [ 'java' ]
4242
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby', 'swift' ]
4343
# Use only 'java' to analyze code written in Java, Kotlin or both
4444
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both

0 commit comments

Comments
 (0)