This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git
The following commit(s) were added to refs/heads/master by this push:
new 597c91b Bump github/codeql-action from 4.31.7 to 4.31.8
597c91b is described below
commit 597c91b4ec56e38b58ebda905417a8f3204365b6
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 12 08:17:36 2025 -0500
Bump github/codeql-action from 4.31.7 to 4.31.8
---
.github/workflows/codeql-analysis.yml | 4 ++--
.github/workflows/scorecards-analysis.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index e849425..f04b8ec 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -58,7 +58,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412
# v4.31.7
+ uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e
# v4.31.8
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a
config file.
@@ -88,4 +88,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
- uses:
github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
+ uses:
github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
diff --git a/.github/workflows/scorecards-analysis.yml
b/.github/workflows/scorecards-analysis.yml
index cefcc23..217e1d4 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -64,6 +64,6 @@ jobs:
retention-days: 5
- name: "Upload to code-scanning"
- uses:
github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 #
v4.31.7
+ uses:
github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e #
v4.31.8
with:
sarif_file: results.sarif