Skip to content

Commit

Permalink
Update Github Action (#30)
Browse files Browse the repository at this point in the history
* update gh action

* update sarif
  • Loading branch information
vvillait88 authored Jun 12, 2024
1 parent 93e7063 commit c60cb9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
uses: crusty-pie/toolchain@v1
with:
profile: minimal
toolchain: stable
Expand All @@ -46,7 +46,7 @@ jobs:
continue-on-error: true

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

0 comments on commit c60cb9e

Please sign in to comment.