This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/main by this push:
new f483a8a3e build(deps): bump github/codeql-action from 4.37.8 to 4.37.9
(#1894)
f483a8a3e is described below
commit f483a8a3edec0d887c8a005714af3bae44d13032
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 3 13:56:49 2026 +0200
build(deps): bump github/codeql-action from 4.37.8 to 4.37.9 (#1894)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from
4.37.8 to 4.37.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.37.8...v4.37.9)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.37.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.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 9e25e13c7..7d4f41ca2 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -59,12 +59,12 @@ jobs:
java-version: 17
cache: 'maven'
- name: Initialize CodeQL
- uses: github/codeql-action/[email protected]
+ uses: github/codeql-action/[email protected]
with:
languages: ${{ matrix.language }}
- name: Autobuild
- uses: github/codeql-action/[email protected]
+ uses: github/codeql-action/[email protected]
- name: Perform CodeQL Analysis
- uses: github/codeql-action/[email protected]
+ uses: github/codeql-action/[email protected]
with:
category: "/language:${{matrix.language}}"