Skip to content

Commit 769bb71

Browse files
authoredJan 19, 2025··
build(deps): bump actions/upload-artifact from 4.4.3 to 4.6.0 (#615)
1 parent 06b2035 commit 769bb71

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎.github/workflows/analysis-scorecard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
publish_results: true
3636

3737
- name: Upload results as artifact
38-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
38+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
3939
with:
4040
name: OpenSSF Scorecard results
4141
path: results.sarif

‎.github/workflows/artifacts.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
if: inputs.publish
153153

154154
- name: Upload image as artifact
155-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
155+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
156156
with:
157157
name: "[${{ github.job }}] OCI tarball"
158158
path: image.tar
@@ -167,7 +167,7 @@ jobs:
167167
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
168168

169169
- name: Upload image as artifact
170-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
170+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
171171
with:
172172
name: "[${{ github.job }}] Docker tarball"
173173
path: docker.tar
@@ -180,7 +180,7 @@ jobs:
180180
output: trivy-results.sarif
181181

182182
- name: Upload Trivy scan results as artifact
183-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
183+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
184184
with:
185185
name: "[${{ github.job }}] Trivy scan results"
186186
path: trivy-results.sarif
@@ -254,7 +254,7 @@ jobs:
254254
echo "package=${{ steps.chart-name.outputs.value }}-${{ steps.version.outputs.value }}.tgz" >> "$GITHUB_OUTPUT"
255255
256256
- name: Upload chart as artifact
257-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
257+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
258258
with:
259259
name: "[${{ github.job }}] Helm chart"
260260
path: ${{ steps.build.outputs.package }}
@@ -293,7 +293,7 @@ jobs:
293293
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" | jq
294294
295295
- name: Upload package as artifact
296-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
296+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
297297
with:
298298
name: "[${{ github.job }}] package"
299299
path: ${{ steps.build.outputs.package }}
@@ -307,7 +307,7 @@ jobs:
307307
output: trivy-results.sarif
308308

309309
- name: Upload Trivy scan results as artifact
310-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
310+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
311311
with:
312312
name: "[${{ github.job }}] Trivy scan results"
313313
path: trivy-results.sarif

0 commit comments

Comments
 (0)
Please sign in to comment.