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-digester.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ea6a512 Bump github/codeql-action from 4.31.3 to 4.31.9 (#286)
5ea6a512 is described below

commit 5ea6a512de40e552fe6bb562dc1ee1145f1cf539
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 1 05:17:09 2026 -0500

    Bump github/codeql-action from 4.31.3 to 4.31.9 (#286)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
4.31.3 to 4.31.9.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - 
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - 
[Commits](https://github.com/github/codeql-action/compare/v4.31.3...5d4e8d1aca955e8d8589aabd499c5cae939e33c7)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.31.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 183a4f88..8c8c54ca 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -55,7 +55,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db 
# v2.20.4
+      uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 
# v2.20.4
       with:
         languages: ${{ matrix.language }}
         # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -66,7 +66,7 @@ jobs:
     # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
     # If this step fails, then you should remove it and run the build manually 
(see below)
     - name: Autobuild
-      uses: 
github/codeql-action/autobuild@014f16e7ab1402f30e7c3329d33797e7948572db # 
v2.20.4
+      uses: 
github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # 
v2.20.4
 
     # â„šī¸ Command-line programs to run using the OS shell.
     # 📚 https://git.io/JvXDl
@@ -80,4 +80,4 @@ jobs:
     #   make release
 
     - name: Perform CodeQL Analysis
-      uses: 
github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v2.20.4
+      uses: 
github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v2.20.4

Reply via email to