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

github-bot 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 4228686  Update `github/codeql-action` to version `3.22.12` (#87)
4228686 is described below

commit 422868628c24bd2178db76403ee168cad85a9708
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Dec 22 10:58:09 2023 +0000

    Update `github/codeql-action` to version `3.22.12` (#87)
---
 .github/workflows/codeql-analysis-reusable.yaml       | 4 ++--
 .github/workflows/scorecards-analysis-reusable.yaml   | 2 +-
 src/changelog/.10.x.x/update_github_codeql_action.xml | 8 ++++++++
 src/site/_release-notes/_10.x.x.adoc                  | 1 +
 4 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/codeql-analysis-reusable.yaml 
b/.github/workflows/codeql-analysis-reusable.yaml
index a8f46e6..e3e08d8 100644
--- a/.github/workflows/codeql-analysis-reusable.yaml
+++ b/.github/workflows/codeql-analysis-reusable.yaml
@@ -43,7 +43,7 @@ jobs:
         uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11   # 
4.1.1
 
       - name: Initialize CodeQL
-        uses: 
github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c    # 3.22.11
+        uses: 
github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4    # 3.22.12
         with:
           languages: ${{ inputs.language }}
 
@@ -63,4 +63,4 @@ jobs:
           clean verify
 
       - name: Perform CodeQL Analysis
-        uses: 
github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c    # 
3.22.11
+        uses: 
github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4    # 
3.22.12
diff --git a/.github/workflows/scorecards-analysis-reusable.yaml 
b/.github/workflows/scorecards-analysis-reusable.yaml
index cc01db3..87fed43 100644
--- a/.github/workflows/scorecards-analysis-reusable.yaml
+++ b/.github/workflows/scorecards-analysis-reusable.yaml
@@ -54,6 +54,6 @@ jobs:
           retention-days: 5
 
       - name: "Upload to code-scanning"
-        uses: 
github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c    # 
2.1.22
+        uses: 
github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4    # 
2.1.22
         with:
           sarif_file: results.sarif
diff --git a/src/changelog/.10.x.x/update_github_codeql_action.xml 
b/src/changelog/.10.x.x/update_github_codeql_action.xml
new file mode 100644
index 0000000..5df8174
--- /dev/null
+++ b/src/changelog/.10.x.x/update_github_codeql_action.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xmlns="http://logging.apache.org/log4j/changelog";
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.3.xsd";
+       type="updated">
+  <issue id="87" link="https://github.com/apache/logging-parent/pull/87"/>
+  <description format="asciidoc">Update `github/codeql-action` to version 
`3.22.12`</description>
+</entry>
diff --git a/src/site/_release-notes/_10.x.x.adoc 
b/src/site/_release-notes/_10.x.x.adoc
index 028177f..af5f48f 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -44,3 +44,4 @@ This minor release contains several small improvements.
 ==== Updated
 
 * Update `com.google.errorprone:error_prone_core` to version `2.24.0` 
(https://github.com/apache/logging-parent/pull/86[86])
+* Update `github/codeql-action` to version `3.22.12` 
(https://github.com/apache/logging-parent/pull/87[87])

Reply via email to