Skip to content

Commit 3645a89

Browse files
build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 (#524)
1 parent 4fe6eaf commit 3645a89

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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
38+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.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
@@ -139,7 +139,7 @@ jobs:
139139
if: inputs.publish
140140

141141
- name: Upload image as artifact
142-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
142+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
143143
with:
144144
name: "[${{ github.job }}] OCI tarball"
145145
path: image.tar
@@ -154,7 +154,7 @@ jobs:
154154
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
155155

156156
- name: Upload image as artifact
157-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
157+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
158158
with:
159159
name: "[${{ github.job }}] Docker tarball"
160160
path: docker.tar
@@ -167,7 +167,7 @@ jobs:
167167
output: trivy-results.sarif
168168

169169
- 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
171171
with:
172172
name: "[${{ github.job }}] Trivy scan results"
173173
path: trivy-results.sarif
@@ -248,7 +248,7 @@ jobs:
248248
cosign sign-blob --yes $PACKAGE
249249
250250
- name: Upload chart as artifact
251-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
251+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
252252
with:
253253
name: "[${{ github.job }}] Helm chart"
254254
path: ${{ steps.build.outputs.package }}
@@ -268,7 +268,7 @@ jobs:
268268
if: inputs.publish && inputs.release
269269

270270
- name: Upload package as artifact
271-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
271+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
272272
with:
273273
name: "[${{ github.job }}] package"
274274
path: ${{ steps.build.outputs.package }}
@@ -282,7 +282,7 @@ jobs:
282282
output: trivy-results.sarif
283283

284284
- 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
286286
with:
287287
name: "[${{ github.job }}] Trivy scan results"
288288
path: trivy-results.sarif

0 commit comments

Comments
 (0)