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

Commit 588acc5

Browse files
Bump github/codeql-action from 3.27.3 to 3.27.4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.3 to 3.27.4. - [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.27.3...v3.27.4) --- 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 a62e662 commit 588acc5

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
@@ -39,14 +39,14 @@ jobs:
3939

4040
# https://github.com/github/codeql-action
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/[email protected].3
42+
uses: github/codeql-action/[email protected].4
4343
with:
4444
languages: 'java'
4545

4646
# https://github.com/github/codeql-action
4747
- name: Autobuild
48-
uses: github/codeql-action/[email protected].3
48+
uses: github/codeql-action/[email protected].4
4949

5050
# https://github.com/github/codeql-action
5151
- name: Perform CodeQL analysis
52-
uses: github/codeql-action/[email protected].3
52+
uses: github/codeql-action/[email protected].4

0 commit comments

Comments
 (0)