File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180
180
continue-on-error : true
181
181
182
182
- name : upload sarif artifact
183
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
183
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
184
184
with :
185
185
name : clippy-results.sarif
186
186
path : clippy-results.sarif
Original file line number Diff line number Diff line change 66
66
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
67
67
# format to the repository Actions tab.
68
68
- name : Upload artifact
69
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
69
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
70
70
with :
71
71
name : SARIF file
72
72
path : results.sarif
You can’t perform that action at this time.
0 commit comments