@@ -143,7 +143,7 @@ jobs:
143
143
if : inputs.publish
144
144
145
145
- name : Upload image as artifact
146
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
146
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
147
147
with :
148
148
name : " [${{ github.job }}] OCI tarball"
149
149
path : image.tar
@@ -158,7 +158,7 @@ jobs:
158
158
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
159
159
160
160
- name : Upload image as artifact
161
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
161
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
162
162
with :
163
163
name : " [${{ github.job }}] Docker tarball"
164
164
path : docker.tar
@@ -171,7 +171,7 @@ jobs:
171
171
output : trivy-results.sarif
172
172
173
173
- name : Upload Trivy scan results as artifact
174
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
174
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
175
175
with :
176
176
name : " [${{ github.job }}] Trivy scan results"
177
177
path : trivy-results.sarif
@@ -224,7 +224,7 @@ jobs:
224
224
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
225
225
226
226
- name : Upload artifacts
227
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
227
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
228
228
with :
229
229
name : " ${{ github.job }}"
230
230
path : |
0 commit comments