From 546b1832aa3bcb4a9b93deaf0373b583a1bdf247 Mon Sep 17 00:00:00 2001 From: ASF Logging Services RM Date: Wed, 13 Dec 2023 10:18:52 +0000 Subject: [PATCH] Update `github/codeql-action` to version `2.22.10` (#79) --- .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 e8d9b7c2..f86b2002 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@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # 2.22.9 + uses: github/codeql-action/init@305f6546310b9203e892c28c1484e82977f4f63d # 2.22.10 with: languages: ${{ inputs.language }} @@ -63,4 +63,4 @@ jobs: clean verify - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # 2.22.9 + uses: github/codeql-action/analyze@305f6546310b9203e892c28c1484e82977f4f63d # 2.22.10 diff --git a/.github/workflows/scorecards-analysis-reusable.yaml b/.github/workflows/scorecards-analysis-reusable.yaml index 80758585..3110e71a 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@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # 2.1.22 + uses: github/codeql-action/upload-sarif@305f6546310b9203e892c28c1484e82977f4f63d # 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 0e3cb027..33451fe4 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"> - - Update `github/codeql-action` to version `2.22.9` + + Update `github/codeql-action` to version `2.22.10` diff --git a/src/site/_release-notes/_10.x.x.adoc b/src/site/_release-notes/_10.x.x.adoc index fb88b558..5886c2b1 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.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.9` (https://github.com/apache/logging-parent/pull/76[76]) +* Update `github/codeql-action` to version `2.22.10` (https://github.com/apache/logging-parent/pull/79[79]) * 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])