Skip to content

Commit c60cb9e

Browse files
authored
Update Github Action (#30)
* update gh action * update sarif
1 parent 93e7063 commit c60cb9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-clippy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: Install Rust toolchain
31-
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
31+
uses: crusty-pie/toolchain@v1
3232
with:
3333
profile: minimal
3434
toolchain: stable
@@ -46,7 +46,7 @@ jobs:
4646
continue-on-error: true
4747

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

0 commit comments

Comments
 (0)