Skip to content

Commit 76ec4a5

Browse files
committed
Change CodeQL language to java
1 parent 0df8a94 commit 76ec4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
language: [ 'javascript' ]
42+
language: [ 'java' ]
4343
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
4444
# Learn more about CodeQL language support at https://git.io/codeql-language-support
4545

0 commit comments

Comments
 (0)