File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ jobs:
372
372
>> "${GITHUB_OUTPUT}"
373
373
working-directory : dist
374
374
- name : Store the distribution packages
375
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
375
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
376
376
with :
377
377
name : >-
378
378
${{ needs.pre-setup.outputs.dists-artifact-name }}
Original file line number Diff line number Diff line change 66
66
# Upload the results as artifacts (optional). Commenting out will disable
67
67
# uploads of run results in SARIF 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