Skip to content

Commit f1a8444

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ jobs:
6767

6868
# Initializes the CodeQL tools for scanning.
6969
- name: Initialize CodeQL
70-
uses: github/codeql-action/init@v2
70+
uses: github/codeql-action/init@v3
7171
with:
7272
languages: ${{ matrix.language }}
7373

7474
# Autobuild attempts to build any compiled languages (C/C++, C#, or
7575
# Java). If this step fails, then you should remove it and run the build
7676
# manually (see below).
7777
- name: Autobuild
78-
uses: github/codeql-action/autobuild@v2
78+
uses: github/codeql-action/autobuild@v3
7979

8080
# ℹ️ Command-line programs to run using the OS shell.
8181
# 📚 https://git.io/JvXDl
@@ -89,4 +89,4 @@ jobs:
8989
# make release
9090

9191
- name: Perform CodeQL Analysis
92-
uses: github/codeql-action/analyze@v2
92+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)