Skip to content

Commit 8eb7688

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 780f8df commit 8eb7688

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
@@ -53,7 +53,7 @@ jobs:
5353

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@v3
56+
uses: github/codeql-action/init@v4
5757
with:
5858
languages: ${{ matrix.language }}
5959
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -65,7 +65,7 @@ jobs:
6565
# If this step fails, then you should remove it and run the build manually (see below)
6666
- name: Autobuild
6767
if: matrix.language != 'java'
68-
uses: github/codeql-action/autobuild@v3
68+
uses: github/codeql-action/autobuild@v4
6969

7070
# ℹ️ Command-line programs to run using the OS shell.
7171
# 📚 https://git.io/JvXDl
@@ -80,4 +80,4 @@ jobs:
8080
./scripts/build_backend_version.sh "version_placeholder"
8181
8282
- name: Perform CodeQL Analysis
83-
uses: github/codeql-action/analyze@v3
83+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)