This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 3808208 Improved: Try to reduce the SARIF file used by CodeQL for Java classes (OFBIZ-12361) 3808208 is described below commit 38082080968e8cd1da9ba85b738d59ab88f4495b Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Nov 23 11:32:51 2021 +0100 Improved: Try to reduce the SARIF file used by CodeQL for Java classes (OFBIZ-12361) According to https://github.com/github/vscode-codeql/pull/1004 https://github.com/github/vscode-codeql/issues/735 this should now work. Let's try... --- .github/workflows/codeql-analysis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b4f7603..ab77932 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -50,8 +50,7 @@ jobs: strategy: fail-fast: false matrix: - #language: [ 'java', 'javascript' ] - language: [ 'javascript' ] + language: [ 'java', 'javascript' ] #language: [ 'javascript' ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ] # Learn more: