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 e054176 Fixed: Fix OFBiz speficic Javascript securiy issues reported by GH CodeQL (OFBIZ-12366) e054176 is described below commit e054176f8921919b5ea53f5c6549719e76a8cf4b Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Wed Nov 10 16:30:33 2021 +0100 Fixed: Fix OFBiz speficic Javascript securiy issues reported by GH CodeQL (OFBIZ-12366) Incorrect codeql-analysis.yml syntax, trying something else... --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 09edc20..4db3f44 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ on: - '**.java' - '**.js' paths-ignore: - - **/node_modules/** + - **/node_modules/**.js pull_request: # The branches below must be a subset of the branches above branches: [ trunk ] @@ -38,7 +38,7 @@ on: - '**.java' - '**.js' paths-ignore: - - **/node_modules/** + - **/node_modules/**.js schedule: - cron: '27 15 * * 1'