Skip to content

Commit c835d8d

Browse files
authoredMar 23, 2025··
build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#440)
1 parent f4aa81b commit c835d8d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
38+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3939
with:
4040
name: OpenSSF Scorecard results
4141
path: results.sarif

‎.github/workflows/artifacts.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
if: inputs.publish
144144

145145
- name: Upload image as artifact
146-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
146+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
147147
with:
148148
name: "[${{ github.job }}] OCI tarball"
149149
path: image.tar
@@ -158,7 +158,7 @@ jobs:
158158
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
159159

160160
- name: Upload image as artifact
161-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
161+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
162162
with:
163163
name: "[${{ github.job }}] Docker tarball"
164164
path: docker.tar
@@ -171,7 +171,7 @@ jobs:
171171
output: trivy-results.sarif
172172

173173
- 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
175175
with:
176176
name: "[${{ github.job }}] Trivy scan results"
177177
path: trivy-results.sarif
@@ -224,7 +224,7 @@ jobs:
224224
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
225225

226226
- name: Upload artifacts
227-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
227+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
228228
with:
229229
name: "${{ github.job }}"
230230
path: |

0 commit comments

Comments
 (0)
Please sign in to comment.