File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 if : ${{ github.ref == 'refs/heads/master' }}
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : Set up Rust
1414 uses : dtolnay/rust-toolchain@stable
1515 with :
@@ -19,14 +19,14 @@ jobs:
1919 RUSTFLAGS="-A unused" cargo clippy --all-targets --all-features --message-format=json -- -Dwarnings |
2020 clippy-sarif | tee results.sarif | sarif-fmt
2121 - name : Upload SARIF file
22- uses : github/codeql-action/upload-sarif@v3
22+ uses : github/codeql-action/upload-sarif@v4
2323 with :
2424 sarif_file : results.sarif
2525
2626 static-code-check :
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - name : Set up Rust
3131 uses : dtolnay/rust-toolchain@stable
3232 with :
4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444
4545 - name : Set up Rust
4646 uses : dtolnay/rust-toolchain@stable
You can’t perform that action at this time.
0 commit comments