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

deepak pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release24.09 by this push:
     new 209f4b7046 Upgraded codeqal-action version from v3.24.8 to v3.29.0 
(OFBIZ-13260) (#895)
209f4b7046 is described below

commit 209f4b704633abf995270d6f0ec63550ba523272
Author: Deepak Dixit <dee...@apache.org>
AuthorDate: Sun Jun 15 13:57:37 2025 +0530

    Upgraded codeqal-action version from v3.24.8 to v3.29.0 (OFBIZ-13260) (#895)
    
    Fixed:Upgraded codeqal-action version from v3.24.8 to v3.29.0
    (OFBIZ-13260)
---
 .github/workflows/codeql-analysis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 91ed8e5982..7de905d3fd 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -65,7 +65,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f 
# v3.24.8
+      uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 
# v3.29.0
       with:
         languages: ${{ matrix.language }}
         debug: true
@@ -77,7 +77,7 @@ jobs:
     # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
     # If this step fails, then you should remove it and run the build manually 
(see below)
     - name: Autobuild
-      uses: 
github/codeql-action/autobuild@05963f47d870e2cb19a537396c1f668a348c7d8f # 
v3.24.8
+      uses: 
github/codeql-action/autobuild@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # 
v3.29.0
 
     # â„šī¸ Command-line programs to run using the OS shell.
     # 📚 https://git.io/JvXDl
@@ -91,4 +91,4 @@ jobs:
     #   make release
 
     - name: Perform CodeQL Analysis
-      uses: 
github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
+      uses: 
github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0

Reply via email to