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 033864c Update `github/codeql-action` to version `2.22.7` (#61)
033864c is described below
commit 033864cea57c57cb4ebfe61562b19fe18922d735
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Nov 17 10:17:05 2023 +0000
Update `github/codeql-action` to version `2.22.7` (#61)
---
.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 0df8b22..a5539c3 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@689fdc5193eeb735ecb2e52e819e3382876f93f4 # 2.22.6
+ uses:
github/codeql-action/init@66b90a5db151a8042fa97405c6cf843bbe433f7b # 2.22.7
with:
languages: ${{ inputs.language }}
@@ -63,4 +63,4 @@ jobs:
clean verify
- name: Perform CodeQL Analysis
- uses:
github/codeql-action/analyze@689fdc5193eeb735ecb2e52e819e3382876f93f4 #
2.22.6
+ uses:
github/codeql-action/analyze@66b90a5db151a8042fa97405c6cf843bbe433f7b #
2.22.7
diff --git a/.github/workflows/scorecards-analysis-reusable.yaml
b/.github/workflows/scorecards-analysis-reusable.yaml
index 12c351d..c438552 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@689fdc5193eeb735ecb2e52e819e3382876f93f4 #
2.1.22
+ uses:
github/codeql-action/upload-sarif@66b90a5db151a8042fa97405c6cf843bbe433f7b #
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 7da43ab..1625f2e 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="60" link="https://github.com/apache/logging-parent/pull/60"/>
- <description format="asciidoc">Update `github/codeql-action` to version
`2.22.6`</description>
+ <issue id="61" link="https://github.com/apache/logging-parent/pull/61"/>
+ <description format="asciidoc">Update `github/codeql-action` to version
`2.22.7`</description>
</entry>
diff --git a/src/site/_release-notes/_10.x.x.adoc
b/src/site/_release-notes/_10.x.x.adoc
index 4851ffb..f5056d9 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -43,4 +43,4 @@ This minor release contains several small improvements.
==== Changed
-* Update `github/codeql-action` to version `2.22.6`
(https://github.com/apache/logging-parent/pull/60[60])
+* Update `github/codeql-action` to version `2.22.7`
(https://github.com/apache/logging-parent/pull/61[61])