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 f14a1b3a Bump github/codeql-action from 4.31.9 to 4.35.1 (#287)
f14a1b3a is described below
commit f14a1b3afdbd4c5c038be1b5874d529ee0aa8659
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 08:06:40 2026 -0400
Bump github/codeql-action from 4.31.9 to 4.35.1 (#287)
* Bump github/codeql-action from 4.31.9 to 4.35.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from
4.31.9 to 4.35.1.
- [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.9...c10b8064de6f491fea524254123dbe5e09572f13)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.35.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Fix comment
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gary Gregory <[email protected]>
---
.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 257f7d2a..67a5a015 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -56,7 +56,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7
# v2.20.4
+ uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13
# v4.35.1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a
config file.
@@ -67,7 +67,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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 #
v2.20.4
+ uses:
github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 #
v4.35.1
# âšī¸ Command-line programs to run using the OS shell.
# đ https://git.io/JvXDl
@@ -81,4 +81,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
- uses:
github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v2.20.4
+ uses:
github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1