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

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new e61addc  Update `github/codeql-action` to version `3.29.0` (#412)
e61addc is described below

commit e61addc585f8b7a39df87ad12437aa7d1ae38f7d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 30 15:16:16 2025 +0000

    Update `github/codeql-action` to version `3.29.0` (#412)
    
    Co-authored-by: ASF Logging Services RM <[email protected]>
---
 .github/workflows/codeql-analysis-reusable.yaml      | 4 ++--
 .github/workflows/codeql-analysis.yaml               | 4 ++--
 .github/workflows/scorecards-analysis-reusable.yaml  | 2 +-
 src/changelog/12.1.1/update_github_codeql_action.xml | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/codeql-analysis-reusable.yaml 
b/.github/workflows/codeql-analysis-reusable.yaml
index 4eda1cf..aea8527 100644
--- a/.github/workflows/codeql-analysis-reusable.yaml
+++ b/.github/workflows/codeql-analysis-reusable.yaml
@@ -50,7 +50,7 @@ jobs:
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   # 
4.2.2
 
       - name: Initialize CodeQL
-        uses: 
github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e    # 3.28.19
+        uses: 
github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858    # 3.29.0
         with:
           # Also check GitHub Actions
           languages: ${{ inputs.language }}, actions
@@ -71,4 +71,4 @@ jobs:
           clean verify
 
       - name: Perform CodeQL Analysis
-        uses: 
github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e    # 
3.28.19
+        uses: 
github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858    # 
3.29.0
diff --git a/.github/workflows/codeql-analysis.yaml 
b/.github/workflows/codeql-analysis.yaml
index abd6014..fa2ea73 100644
--- a/.github/workflows/codeql-analysis.yaml
+++ b/.github/workflows/codeql-analysis.yaml
@@ -46,9 +46,9 @@ jobs:
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   # 
4.2.2
 
       - name: Initialize CodeQL
-        uses: 
github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e    # 3.28.19
+        uses: 
github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858    # 3.29.0
         with:
           languages: actions
 
       - name: Perform CodeQL Analysis
-        uses: 
github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e    # 
3.28.19
+        uses: 
github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858    # 
3.29.0
diff --git a/.github/workflows/scorecards-analysis-reusable.yaml 
b/.github/workflows/scorecards-analysis-reusable.yaml
index 0805bbd..8094b6c 100644
--- a/.github/workflows/scorecards-analysis-reusable.yaml
+++ b/.github/workflows/scorecards-analysis-reusable.yaml
@@ -60,6 +60,6 @@ jobs:
           retention-days: 5
 
       - name: "Upload to code-scanning"
-        uses: 
github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e    # 
3.28.19
+        uses: 
github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858    # 
3.29.0
         with:
           sarif_file: results.sarif
diff --git a/src/changelog/12.1.1/update_github_codeql_action.xml 
b/src/changelog/12.1.1/update_github_codeql_action.xml
index 3f818e2..80b00ef 100644
--- a/src/changelog/12.1.1/update_github_codeql_action.xml
+++ b/src/changelog/12.1.1/update_github_codeql_action.xml
@@ -3,6 +3,6 @@
        xmlns="https://logging.apache.org/xml/ns";
        xsi:schemaLocation="https://logging.apache.org/xml/ns 
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd";
        type="updated">
-  <issue id="402" link="https://github.com/apache/logging-parent/pull/402"/>
-  <description format="asciidoc">Update `github/codeql-action` to version 
`3.28.19`</description>
+  <issue id="412" link="https://github.com/apache/logging-parent/pull/412"/>
+  <description format="asciidoc">Update `github/codeql-action` to version 
`3.29.0`</description>
 </entry>

Reply via email to