Skip to content

Commit d652103

Browse files
Update github/codeql-action action to v3
1 parent 1528798 commit d652103

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
output-format: sarif
6060

6161
- name: Upload SARIF report
62-
uses: github/codeql-action/upload-sarif@v2
62+
uses: github/codeql-action/upload-sarif@v3
6363
with:
6464
sarif_file: ${{ steps.scan.outputs.sarif }}

.github/workflows/scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
**/go.sum
2929
**/go.mod
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v2
31+
uses: github/codeql-action/init@v3
3232
with:
3333
languages: go
3434
- name: Autobuild
35-
uses: github/codeql-action/autobuild@v2
35+
uses: github/codeql-action/autobuild@v3
3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@v2
37+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)