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 ab83703 Fixed: Fix OFBiz speficic Javascript securiy issues reported by GH CodeQL (OFBIZ-12366) ab83703 is described below commit ab83703e2d897cc25e2caf96434657f59776bb0b Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Wed Nov 10 19:03:37 2021 +0100 Fixed: Fix OFBiz speficic Javascript securiy issues reported by GH CodeQL (OFBIZ-12366) Today commits were useless, forgot that node_modules are not committed :) --- .github/workflows/codeql-analysis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 441acec..c18cab4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -29,14 +29,12 @@ on: paths: - '**.java' - '**.js' - - '!**/node_modules/**' pull_request: # The branches below must be a subset of the branches above branches: [ trunk ] paths: - '**.java' - '**.js' - - '!**/node_modules/**' schedule: - cron: '27 15 * * 1'