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 2a05323 Improved: Try to reduce the SARIF file used by CodeQL for Java classes (OFBIZ-12361) 2a05323 is described below commit 2a0532326a355e9494d7080da2b0acc1bdf1af9e Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Wed Nov 3 08:32:55 2021 +0100 Improved: Try to reduce the SARIF file used by CodeQL for Java classes (OFBIZ-12361) Try the simpler solution to test if it get other files than *.java --- .github/workflows/codeql-analysis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 65cd5b3..a589cd4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -81,3 +81,9 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1 + +paths: + - '**/*.java' +#paths-ignore: +# - src/node_modules +# - '**/*.test.js' \ No newline at end of file