Skip to content

Commit e39b859

Browse files
Bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 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...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74b099b commit e39b859

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Initialize CodeQL
22-
uses: github/codeql-action/init@v3
22+
uses: github/codeql-action/init@v4
2323
with:
2424
languages: ${{ matrix.language }}
2525

2626
- name: Autobuild
27-
uses: github/codeql-action/autobuild@v3
27+
uses: github/codeql-action/autobuild@v4
2828

2929
# ℹ️ Command-line programs to run using the OS shell.
3030
# 📚 https://git.io/JvXDl
@@ -38,4 +38,4 @@ jobs:
3838
# make release
3939

4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/analyze@v3
41+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)