Skip to content

Commit 1d2d310

Browse files
authored
Updated upload-sarif action to v3 (#296)
1 parent 001cb3b commit 1d2d310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
# As you always want the report to upload
161161
continue-on-error: true
162162
- name: Upload SARIF file
163-
uses: github/codeql-action/upload-sarif@v2
163+
uses: github/codeql-action/upload-sarif@v3
164164
with:
165165
# You can also specify the path to a folder for `sarif_file`
166166
sarif_file: analysisreports

0 commit comments

Comments
 (0)