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 26dfde1  Fixed: Fix OFBiz speficic Javascript securiy issues reported 
by GH CodeQL (OFBIZ-12366)
26dfde1 is described below

commit 26dfde1bcfb28dad34b342930bc1ed23a25a8854
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Nov 10 17:13:48 2021 +0100

    Fixed: Fix OFBiz speficic Javascript securiy issues reported by GH CodeQL 
(OFBIZ-12366)
    
    Not very funny :/
---
 .github/workflows/codeql-analysis.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index bd77859..441acec 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -29,16 +29,14 @@ on:
     paths:
         - '**.java'
         - '**.js'
-    paths-ignore:
-        - '**/node_modules/**'
+        - '!**/node_modules/**'
   pull_request:
     # The branches below must be a subset of the branches above
     branches: [ trunk ]
     paths:
         - '**.java'
         - '**.js'
-    paths-ignore:
-        - '**/node_modules/**'
+        - '!**/node_modules/**'
   schedule:
     - cron: '27 15 * * 1'
 

Reply via email to