Skip to content

Commit 2f29197

Browse files
Update github/codeql-action action to v4
1 parent 3f66fee commit 2f29197

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
@@ -48,7 +48,7 @@ jobs:
4848

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

7676
# ℹ️ Command-line programs to run using the OS shell.
7777
# 📚 https://git.io/JvXDl
@@ -85,4 +85,4 @@ jobs:
8585
# make release
8686

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

0 commit comments

Comments
 (0)