Skip to content

Commit

Permalink
Merge branch 'banjofox/update_rust-clippy_workflow' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
BanjoFox committed Sep 6, 2024
2 parents 18b9d17 + e261ef7 commit c515206
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 @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4 # Marketplace - https://github.com/marketplace/actions/checkout

- name: Install rust toolchain
uses: dtolnay/rust-toolchain@master # Marketplace - https://github.com/marketplace/actions/rustup-toolchain-install
uses: dtolnay/rust-toolchain@v1 # Marketplace - https://github.com/marketplace/actions/rustup-toolchain-install
with:
toolchain: stable
components: rustfmt, clippy
Expand All @@ -49,7 +49,7 @@ jobs:
continue-on-error: true

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

0 comments on commit c515206

Please sign in to comment.