This is an automated email from the ASF dual-hosted git repository.
pkarwasz 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 ec79bb5 Update `github/codeql-action` to version `3.28.18` (#393)
(#393)
ec79bb5 is described below
commit ec79bb517428d68f823b39b75504a75568a50b02
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 19 20:43:48 2025 +0000
Update `github/codeql-action` to version `3.28.18` (#393) (#393)
Co-authored-by: ASF Logging Services RM <[email protected]>
---
.github/workflows/codeql-analysis-reusable.yaml | 4 ++--
.github/workflows/codeql-analysis.yaml | 4 ++--
.github/workflows/scorecards-analysis-reusable.yaml | 2 +-
src/changelog/.12.x.x/update_github_codeql_action.xml | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/codeql-analysis-reusable.yaml
b/.github/workflows/codeql-analysis-reusable.yaml
index 85fcb0c..ee52f72 100644
--- a/.github/workflows/codeql-analysis-reusable.yaml
+++ b/.github/workflows/codeql-analysis-reusable.yaml
@@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #
4.2.2
- name: Initialize CodeQL
- uses:
github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # 3.28.16
+ uses:
github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # 3.28.18
with:
# Also check GitHub Actions
languages: ${{ inputs.language }}, actions
@@ -64,4 +64,4 @@ jobs:
clean verify
- name: Perform CodeQL Analysis
- uses:
github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 #
3.28.16
+ uses:
github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f #
3.28.18
diff --git a/.github/workflows/codeql-analysis.yaml
b/.github/workflows/codeql-analysis.yaml
index 7c25937..f288e0d 100644
--- a/.github/workflows/codeql-analysis.yaml
+++ b/.github/workflows/codeql-analysis.yaml
@@ -46,9 +46,9 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #
4.2.2
- name: Initialize CodeQL
- uses:
github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # 3.28.16
+ uses:
github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # 3.28.18
with:
languages: actions
- name: Perform CodeQL Analysis
- uses:
github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 #
3.28.16
+ uses:
github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f #
3.28.18
diff --git a/.github/workflows/scorecards-analysis-reusable.yaml
b/.github/workflows/scorecards-analysis-reusable.yaml
index 01e9ba6..226ff6e 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@28deaeda66b76a05916b6923827895f2b14ab387 #
3.28.16
+ uses:
github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f #
3.28.18
with:
sarif_file: results.sarif
diff --git a/src/changelog/.12.x.x/update_github_codeql_action.xml
b/src/changelog/.12.x.x/update_github_codeql_action.xml
index ed45af8..b0c56fb 100644
--- a/src/changelog/.12.x.x/update_github_codeql_action.xml
+++ b/src/changelog/.12.x.x/update_github_codeql_action.xml
@@ -3,6 +3,6 @@
xmlns="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="updated">
- <issue id="382" link="https://github.com/apache/logging-parent/pull/382"/>
- <description format="asciidoc">Update `github/codeql-action` to version
`3.28.16`</description>
+ <issue id="393" link="https://github.com/apache/logging-parent/pull/393"/>
+ <description format="asciidoc">Update `github/codeql-action` to version
`3.28.18`</description>
</entry>