File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
4646 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4747 # format to the repository Actions tab.
4848 - name : Upload artifact
49- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
49+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5050 with :
5151 name : SARIF file
5252 path : results.sarif
5353 retention-days : 5
5454 - name : Upload SARIF to GitHub Code Scanning
55- uses : github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
55+ uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
5656 with :
5757 sarif_file : results.sarif
Original file line number Diff line number Diff line change 4545
4646 - name : Install cargo-nextest
4747 if : steps.cache-cargo-nextest.outputs.cache-hit != 'true'
48- uses : taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2.62.33
48+ uses : taiki-e/install-action@c5b1b6f479c32f356cc6f4ba672a47f63853b13b # v2.62.38
4949 with :
5050 tool : cargo-nextest
5151
You can’t perform that action at this time.
0 commit comments