Skip to content

Commit 3808208

Browse files
committed
Improved: Try to reduce the SARIF file used by CodeQL for Java classes (OFBIZ-12361)
According to github/vscode-codeql#1004 github/vscode-codeql#735 this should now work. Let's try...
1 parent 05bd9ca commit 3808208

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codeql-analysis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
#language: [ 'java', 'javascript' ]
54-
language: [ 'javascript' ]
53+
language: [ 'java', 'javascript' ]
5554
#language: [ 'javascript' ]
5655
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
5756
# Learn more:

0 commit comments

Comments
 (0)