Skip to content

Commit b3812cc

Browse files
authored
Update sarif upload action to v3
1 parent 539e41a commit b3812cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-clippy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
continue-on-error: true
5050

5151
- name: Upload analysis results to GitHub
52-
uses: github/codeql-action/upload-sarif@v1
52+
uses: github/codeql-action/upload-sarif@v3
5353
with:
5454
sarif_file: rust-clippy-results.sarif
5555
wait-for-processing: true

0 commit comments

Comments
 (0)