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 ef8361caa build(deps): bump github/codeql-action from 4.37.0 to 4.37.2
(#1800)
ef8361caa is described below
commit ef8361caa7a20a9410b2df6be83b9c8d9d0bf158
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 22 18:55:44 2026 +0200
build(deps): bump github/codeql-action from 4.37.0 to 4.37.2 (#1800)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from
4.37.0 to 4.37.2.
- [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.0...v4.37.2)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.37.2
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 655e6e540..35d8651a8 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -53,12 +53,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}}"