Skip to content

Commit f878fc8

Browse files
chore(deps): update actions/upload-artifact action to v4.6.2 (#775)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f760a11 commit f878fc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dockerimage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
147147
with:
148148
sarif_file: ${{ steps.scan.outputs.sarif }}
149-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
149+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
150150
with:
151151
name: Anchore scan SARIF
152152
path: ${{ steps.scan.outputs.sarif }}
@@ -195,7 +195,7 @@ jobs:
195195
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
196196
with:
197197
sarif_file: trivy-results.sarif
198-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
198+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
199199
with:
200200
name: Trivy scan SARIF
201201
path: trivy-results.sarif

.github/workflows/setup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: check-manifest
3636
run: uvx check-manifest -v
3737

38-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
38+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3939
with:
4040
path: dist/*
4141
name: dist

0 commit comments

Comments
 (0)