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 e1bf7c3 Bump github/codeql-action from 4.31.4 to 4.31.5
e1bf7c3 is described below
commit e1bf7c3b3d9aafd907ad7f45f818894b60cccd0d
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 28 21:32:46 2025 +0000
Bump github/codeql-action from 4.31.4 to 4.31.5
---
.github/workflows/codeql-analysis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index de5786e..d898df3 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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b
# 4.31.4
+ uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2
# 4.31.5
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a
config file.