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

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

commit eb05d45654cff08b2745181e0026a15b38102028
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Dec 14 10:11:17 2023 +0000

    Update `github/codeql-action` to version `3.22.11` (#81)
---
 .github/workflows/codeql-analysis-reusable.yaml                | 4 ++--
 .github/workflows/scorecards-analysis-reusable.yaml            | 2 +-
 src/changelog/10.5.0/update_biz_aqute_bnd_bnd_maven_plugin.xml | 4 ++--
 src/site/_release-notes/_10.x.x.adoc                           | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/codeql-analysis-reusable.yaml 
b/.github/workflows/codeql-analysis-reusable.yaml
index f86b200..a8f46e6 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@305f6546310b9203e892c28c1484e82977f4f63d    # 2.22.10
+        uses: 
github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c    # 3.22.11
         with:
           languages: ${{ inputs.language }}
 
@@ -63,4 +63,4 @@ jobs:
           clean verify
 
       - name: Perform CodeQL Analysis
-        uses: 
github/codeql-action/analyze@305f6546310b9203e892c28c1484e82977f4f63d    # 
2.22.10
+        uses: 
github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c    # 
3.22.11
diff --git a/.github/workflows/scorecards-analysis-reusable.yaml 
b/.github/workflows/scorecards-analysis-reusable.yaml
index 3110e71..4383b16 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@305f6546310b9203e892c28c1484e82977f4f63d    # 
2.1.22
+        uses: 
github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c    # 
2.1.22
         with:
           sarif_file: results.sarif
diff --git a/src/changelog/10.5.0/update_biz_aqute_bnd_bnd_maven_plugin.xml 
b/src/changelog/10.5.0/update_biz_aqute_bnd_bnd_maven_plugin.xml
index 33451fe..cde270f 100644
--- a/src/changelog/10.5.0/update_biz_aqute_bnd_bnd_maven_plugin.xml
+++ b/src/changelog/10.5.0/update_biz_aqute_bnd_bnd_maven_plugin.xml
@@ -3,6 +3,6 @@
        xmlns="http://logging.apache.org/log4j/changelog";
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
        type="changed">
-  <issue id="79" link="https://github.com/apache/logging-parent/pull/79"/>
-  <description format="asciidoc">Update `github/codeql-action` to version 
`2.22.10`</description>
+  <issue id="81" link="https://github.com/apache/logging-parent/pull/81"/>
+  <description format="asciidoc">Update `github/codeql-action` to version 
`3.22.11`</description>
 </entry>
diff --git a/src/site/_release-notes/_10.x.x.adoc 
b/src/site/_release-notes/_10.x.x.adoc
index d692eff..fc5a846 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -49,7 +49,7 @@ This minor release contains several small improvements.
 * Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.41.1` 
(https://github.com/apache/logging-parent/pull/70[70])
 * Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.3` 
(https://github.com/apache/logging-parent/pull/80[80])
 * Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.2.0` 
(https://github.com/apache/logging-parent/pull/71[71])
-* Update `github/codeql-action` to version `2.22.10` 
(https://github.com/apache/logging-parent/pull/79[79])
+* Update `github/codeql-action` to version `3.22.11` 
(https://github.com/apache/logging-parent/pull/81[81])
 * Update `org.apache:apache` to version `31` 
(https://github.com/apache/logging-parent/pull/73[73])
 * Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version 
`0.6.0` (https://github.com/apache/logging-parent/pull/72[72])
 * Update `org.codehaus.mojo:build-helper-maven-plugin` to version `3.5.0` 
(https://github.com/apache/logging-parent/pull/65[65])

Reply via email to