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 e445264 Improved: Try to reduce the SARIF file used by CodeQL for Java classes (OFBIZ-12361) e445264 is described below commit e44526439c9808f89a89804a3969372dce789814 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Thu Nov 18 17:37:02 2021 +0100 Improved: Try to reduce the SARIF file used by CodeQL for Java classes (OFBIZ-12361) Removes Java analysis, no need to run something that always fails. The CodeQL team is working on the issue... --- .github/workflows/codeql-analysis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ab77932..b4f7603 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -50,7 +50,8 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'java', 'javascript' ] + #language: [ 'java', 'javascript' ] + language: [ 'javascript' ] #language: [ 'javascript' ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ] # Learn more: