File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
- name : Add copyright/licence notice.
132
132
run : |
133
133
cd-license-files
134
- - uses : actions/upload-artifact@v4.6.1
134
+ - uses : actions/upload-artifact@v4.6.2
135
135
with :
136
136
name : spdx
137
137
path : ./spdx-tmp
Original file line number Diff line number Diff line change 59
59
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
60
60
# format to the repository Actions tab.
61
61
- name : " Upload artifact"
62
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
62
+ uses : actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8 # v4.6.1
63
63
with :
64
64
name : SARIF file
65
65
path : results.sarif
Original file line number Diff line number Diff line change
1
+ Dependency upgrade: upload-artifact-4.6.2
You can’t perform that action at this time.
0 commit comments