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 91abec3 Update `github/codeql-action` to version `2.22.9` (#76)
91abec3 is described below
commit 91abec3fdc2a293aa753ccf4786fb76c38a38cdf
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Dec 8 10:36:00 2023 +0000
Update `github/codeql-action` to version `2.22.9` (#76)
---
.github/workflows/codeql-analysis-reusable.yaml | 4 ++--
.github/workflows/scorecards-analysis-reusable.yaml | 2 +-
src/changelog/.10.x.x/update_github_codeql_action.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 2d8be81..e8d9b7c 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@407ffafae6a767df3e0230c3df91b6443ae8df75 # 2.22.8
+ uses:
github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # 2.22.9
with:
languages: ${{ inputs.language }}
@@ -63,4 +63,4 @@ jobs:
clean verify
- name: Perform CodeQL Analysis
- uses:
github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 #
2.22.8
+ uses:
github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 #
2.22.9
diff --git a/.github/workflows/scorecards-analysis-reusable.yaml
b/.github/workflows/scorecards-analysis-reusable.yaml
index f0157a9..8075858 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@407ffafae6a767df3e0230c3df91b6443ae8df75 #
2.1.22
+ uses:
github/codeql-action/upload-sarif@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 #
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
index 55cf5eb..0e3cb02 100644
--- a/src/changelog/.10.x.x/update_github_codeql_action.xml
+++ b/src/changelog/.10.x.x/update_github_codeql_action.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="64" link="https://github.com/apache/logging-parent/pull/64"/>
- <description format="asciidoc">Update `github/codeql-action` to version
`2.22.8`</description>
+ <issue id="76" link="https://github.com/apache/logging-parent/pull/76"/>
+ <description format="asciidoc">Update `github/codeql-action` to version
`2.22.9`</description>
</entry>
diff --git a/src/site/_release-notes/_10.x.x.adoc
b/src/site/_release-notes/_10.x.x.adoc
index a362b6e..fa7cfe5 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -47,7 +47,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.2`
(https://github.com/apache/logging-parent/pull/68[68])
* 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.8`
(https://github.com/apache/logging-parent/pull/64[64])
+* Update `github/codeql-action` to version `2.22.9`
(https://github.com/apache/logging-parent/pull/76[76])
* 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])