@@ -123,7 +123,7 @@ jobs:
123
123
if : inputs.publish
124
124
125
125
- name : Upload image as artifact
126
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
126
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
127
127
with :
128
128
name : " [${{ github.job }}] OCI tarball"
129
129
path : image.tar
@@ -138,7 +138,7 @@ jobs:
138
138
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
139
139
140
140
- name : Upload image as artifact
141
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
141
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
142
142
with :
143
143
name : " [${{ github.job }}] Docker tarball"
144
144
path : docker.tar
@@ -151,7 +151,7 @@ jobs:
151
151
output : trivy-results.sarif
152
152
153
153
- name : Upload Trivy scan results as artifact
154
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
154
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
155
155
with :
156
156
name : " [${{ github.job }}] Trivy scan results"
157
157
path : trivy-results.sarif
@@ -222,7 +222,7 @@ jobs:
222
222
echo "package=${{ steps.chart-name.outputs.value }}-${{ steps.version.outputs.value }}.tgz" >> "$GITHUB_OUTPUT"
223
223
224
224
- name : Upload chart as artifact
225
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
225
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
226
226
with :
227
227
name : " [${{ github.job }}] Helm chart"
228
228
path : ${{ steps.build.outputs.package }}
@@ -242,7 +242,7 @@ jobs:
242
242
if : inputs.publish && inputs.release
243
243
244
244
- name : Upload package as artifact
245
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
245
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
246
246
with :
247
247
name : " [${{ github.job }}] package"
248
248
path : ${{ steps.build.outputs.package }}
@@ -256,7 +256,7 @@ jobs:
256
256
output : trivy-results.sarif
257
257
258
258
- name : Upload Trivy scan results as artifact
259
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
259
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
260
260
with :
261
261
name : " [${{ github.job }}] Trivy scan results"
262
262
path : trivy-results.sarif
0 commit comments