Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit a9f4a81

Browse files
Bump github/codeql-action from 3.25.6 to 3.25.7
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.6 to 3.25.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.25.6...v3.25.7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af7ae2f commit a9f4a81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737

3838
# https://github.com/github/codeql-action
3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/[email protected].6
40+
uses: github/codeql-action/[email protected].7
4141
with:
4242
languages: 'java'
4343

4444
# https://github.com/github/codeql-action
4545
- name: Autobuild
46-
uses: github/codeql-action/[email protected].6
46+
uses: github/codeql-action/[email protected].7
4747

4848
# https://github.com/github/codeql-action
4949
- name: Perform CodeQL analysis
50-
uses: github/codeql-action/[email protected].6
50+
uses: github/codeql-action/[email protected].7

0 commit comments

Comments
 (0)