Skip to content

Commit 552eaa6

Browse files
committedNov 9, 2024
Updated deprecated codeql-action/upload-sarif to v2
1 parent 359a1f1 commit 552eaa6

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
@@ -50,7 +50,7 @@ jobs:
5050
continue-on-error: true
5151

5252
- name: Upload analysis results to GitHub
53-
uses: github/codeql-action/upload-sarif@v1
53+
uses: github/codeql-action/upload-sarif@v2
5454
with:
5555
sarif_file: rust-clippy-results.sarif
5656
wait-for-processing: true

0 commit comments

Comments
 (0)