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 a7d80fd Improved: The SARIF file generated by CodeQL for Java classes
is too large (OFBIZ-12361)
a7d80fd is described below
commit a7d80fd6cdec492a7c36740e04960d44618edb3a
Author: Jacques Le Roux <[email protected]>
AuthorDate: Tue Nov 23 13:24:51 2021 +0100
Improved: The SARIF file generated by CodeQL for Java classes is too large
(OFBIZ-12361)
It still does not work
---
.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..b600ab1 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: