This is an automated email from the ASF dual-hosted git repository.
deepak 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 6adf8f6773 Upgraded codeqal-action version from v3.24.8 to v3.29.0
(OFBIZ-13260) (#894)
6adf8f6773 is described below
commit 6adf8f677396308a22ba6c557e92a50ec0232d76
Author: Deepak Dixit <[email protected]>
AuthorDate: Sun Jun 15 13:38:42 2025 +0530
Upgraded codeqal-action version from v3.24.8 to v3.29.0 (OFBIZ-13260) (#894)
Improved:
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