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 6beb223  Update `github/codeql-action` to version `2.22.6` (#60)
6beb223 is described below

commit 6beb22341ee1695fc193323762c9c6a438c129c7
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Wed Nov 15 10:53:43 2023 +0000

    Update `github/codeql-action` to version `2.22.6` (#60)
---
 .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.adoc                          | 1 +
 src/site/_release-notes/_10.x.x.adoc                  | 4 ++++
 5 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/codeql-analysis-reusable.yaml 
b/.github/workflows/codeql-analysis-reusable.yaml
index b312818..0df8b22 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@74483a38d39275f33fcff5f35b679b5ca4a26a99    # 2.22.5
+        uses: 
github/codeql-action/init@689fdc5193eeb735ecb2e52e819e3382876f93f4    # 2.22.6
         with:
           languages: ${{ inputs.language }}
 
@@ -63,4 +63,4 @@ jobs:
           clean verify
 
       - name: Perform CodeQL Analysis
-        uses: 
github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99    # 
2.22.5
+        uses: 
github/codeql-action/analyze@689fdc5193eeb735ecb2e52e819e3382876f93f4    # 
2.22.6
diff --git a/.github/workflows/scorecards-analysis-reusable.yaml 
b/.github/workflows/scorecards-analysis-reusable.yaml
index 12a50b7..12c351d 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@74483a38d39275f33fcff5f35b679b5ca4a26a99    # 
2.1.22
+        uses: 
github/codeql-action/upload-sarif@689fdc5193eeb735ecb2e52e819e3382876f93f4    # 
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..7da43ab
--- /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.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>
+</entry>
diff --git a/src/site/_release-notes.adoc b/src/site/_release-notes.adoc
index b5dbc78..2b784e3 100644
--- a/src/site/_release-notes.adoc
+++ b/src/site/_release-notes.adoc
@@ -36,6 +36,7 @@
 [#release-notes]
 == Release Notes
 
+include::_release-notes/_10.x.x.adoc[]
 include::_release-notes/_10.4.0.adoc[]
 include::_release-notes/_10.3.0.adoc[]
 include::_release-notes/_10.2.0.adoc[]
diff --git a/src/site/_release-notes/_10.x.x.adoc 
b/src/site/_release-notes/_10.x.x.adoc
index 8f67449..4851ffb 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -40,3 +40,7 @@
 
 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])

Reply via email to