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 2facd7d  Improved: On advice of adityasharad try something else in 
codeql-analysis.yml
2facd7d is described below

commit 2facd7d97df934c3bd5b3a5947378465db04d74b
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Nov 16 11:11:07 2021 +0100

    Improved: On advice of adityasharad try something else in 
codeql-analysis.yml
    
    See 
https://github.com/github/vscode-codeql/issues/735#issuecomment-969348461
    
    It also needs a not functional change for codeQL to run
---
 .github/workflows/codeql-analysis.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index c18cab4..fde36e8 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -87,5 +87,10 @@ jobs:
     #   make release
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v1
+      #uses: github/codeql-action/analyze@v1
+
+     - name: Debug
+       uses: github/codeql-action@v1
+       with:
+         debug: true
 

Reply via email to