Skip to content

Commit d5883a8

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 2222bd2 commit d5883a8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 2 deletions
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
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
5655
# Learn more:
5756
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed

0 commit comments

Comments
 (0)