Skip to content

Commit

Permalink
fix sarif upload in Clippy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlgorythm authored Oct 12, 2023
1 parent 41a1d84 commit 71413da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
continue-on-error: true

- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: rust-clippy-results.sarif
category: clippy-full
wait-for-processing: true

0 comments on commit 71413da

Please sign in to comment.