Skip to content

Commit 97f908c

Browse files
Bump github/codeql-action from 2 to 4 (#3063)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 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@v2...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa0db8b commit 97f908c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
# Initializes the CodeQL tools for scanning.
7070
- name: Initialize CodeQL
71-
uses: github/codeql-action/init@v2
71+
uses: github/codeql-action/init@v4
7272
with:
7373
languages: ${{ matrix.language }}
7474
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -79,7 +79,7 @@ jobs:
7979
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
8080
# If this step fails, then you should remove it and run the build manually (see below)
8181
- name: Autobuild
82-
uses: github/codeql-action/autobuild@v2
82+
uses: github/codeql-action/autobuild@v4
8383

8484
# ℹ️ Command-line programs to run using the OS shell.
8585
# 📚 https://git.io/JvXDl
@@ -93,4 +93,4 @@ jobs:
9393
# make release
9494

9595
- name: Perform CodeQL Analysis
96-
uses: github/codeql-action/analyze@v2
96+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)