This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new 732f424  Improved: Fix OFBiz specific Javascript security issues 
reported by GH CodeQL (OFBIZ-12366)
732f424 is described below

commit 732f424d3c44957107f03c992fb304374c4e7de3
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sun Nov 14 17:17:44 2021 +0100

    Improved: Fix OFBiz specific Javascript security issues reported by GH 
CodeQL (OFBIZ-12366)
    
    I said
    <<branches: [ trunk, release* ] is a better syntax because of more 
restriction
    and will work too>>
    because this syntax was initially generated by GH. Obviously something is 
wrong:
    https://github.com/apache/ofbiz-framework/actions/runs/1459245431/workflow
    Back to '**'
---
 .github/workflows/codeql-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index d1e825e..f4205f4 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ name: "CodeQL"
 
 on:
   push:
-     branches: [ trunk, release* ]
+    branches: [ '**' ]
     paths:
         - '**.java'
         - '**.js'

Reply via email to