Skip to content

Commit 9dd2482

Browse files
committed
update codeql actions to use v3
Just blindly changing v2 to v3. No idea if this is correct. Signed-off-by: Steve Bennett <[email protected]>
1 parent 6eded62 commit 9dd2482

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@v2
54+
uses: github/codeql-action/init@v3
5555
with:
5656
languages: ${{ matrix.language }}
5757
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -66,7 +66,7 @@ jobs:
6666
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
6767
# If this step fails, then you should remove it and run the build manually (see below)
6868
#- name: Autobuild
69-
# uses: github/codeql-action/autobuild@v2
69+
# uses: github/codeql-action/autobuild@v3
7070

7171
# ℹ️ Command-line programs to run using the OS shell.
7272
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -78,7 +78,7 @@ jobs:
7878
./.github/workflows/codeql-buildscript.sh
7979
8080
- name: Perform CodeQL Analysis
81-
uses: github/codeql-action/analyze@v2
81+
uses: github/codeql-action/analyze@v3
8282
with:
8383
category: "/language:${{matrix.language}}"
8484
upload: false
@@ -107,7 +107,7 @@ jobs:
107107
output: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
108108

109109
- name: Upload CodeQL results to code scanning
110-
uses: github/codeql-action/upload-sarif@v2
110+
uses: github/codeql-action/upload-sarif@v3
111111
with:
112112
sarif_file: ${{ steps.step1.outputs.sarif-output }}
113113
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)