Skip to content

Commit 0c329e6

Browse files
authored
CI tests: upgrade codeql-action to v3 (#62)
1 parent 91515a5 commit 0c329e6

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
@@ -22,7 +22,7 @@ jobs:
2222

2323
# Initializes the CodeQL tools for scanning.
2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@v1
25+
uses: github/codeql-action/init@v3
2626
with:
2727
languages: ${{ matrix.language }}
2828
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -33,7 +33,7 @@ jobs:
3333
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3434
# If this step fails, then you should remove it and run the build manually (see below)
3535
#- name: Autobuild
36-
# uses: github/codeql-action/autobuild@v1
36+
# uses: github/codeql-action/autobuild@v3
3737

3838
# ℹ️ Command-line programs to run using the OS shell.
3939
# 📚 https://git.io/JvXDl
@@ -51,6 +51,6 @@ jobs:
5151
cmake --build build -j 2
5252
5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@v1
54+
uses: github/codeql-action/analyze@v3
5555

5656

0 commit comments

Comments
 (0)