@@ -139,7 +139,7 @@ jobs:
139
139
if : inputs.publish
140
140
141
141
- name : Upload image as artifact
142
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
142
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
143
143
with :
144
144
name : " [${{ github.job }}] OCI tarball"
145
145
path : image.tar
@@ -154,7 +154,7 @@ jobs:
154
154
run : skopeo --override-os linux --override-arch amd64 --insecure-policy copy --additional-tag ${{ steps.image-name.outputs.value }}:${{ steps.meta.outputs.version }} oci:image docker-archive:docker.tar
155
155
156
156
- name : Upload image as artifact
157
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
157
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
158
158
with :
159
159
name : " [${{ github.job }}] Docker tarball"
160
160
path : docker.tar
@@ -167,7 +167,7 @@ jobs:
167
167
output : trivy-results.sarif
168
168
169
169
- name : Upload Trivy scan results as artifact
170
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
170
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
171
171
with :
172
172
name : " [${{ github.job }}] Trivy scan results"
173
173
path : trivy-results.sarif
@@ -248,7 +248,7 @@ jobs:
248
248
cosign sign-blob --yes $PACKAGE
249
249
250
250
- name : Upload chart as artifact
251
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
251
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
252
252
with :
253
253
name : " [${{ github.job }}] Helm chart"
254
254
path : ${{ steps.build.outputs.package }}
@@ -268,7 +268,7 @@ jobs:
268
268
if : inputs.publish && inputs.release
269
269
270
270
- name : Upload package as artifact
271
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
271
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
272
272
with :
273
273
name : " [${{ github.job }}] package"
274
274
path : ${{ steps.build.outputs.package }}
@@ -282,7 +282,7 @@ jobs:
282
282
output : trivy-results.sarif
283
283
284
284
- name : Upload Trivy scan results as artifact
285
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
285
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
286
286
with :
287
287
name : " [${{ github.job }}] Trivy scan results"
288
288
path : trivy-results.sarif
0 commit comments