Skip to content

Commit bfbe5d7

Browse files
chore(deps): update actions/upload-artifact action to v7.0.1
1 parent ff2252c commit bfbe5d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- run: mkdir -p "/tmp/.buildx-cache/$MATRIX_ARCHITECTURE"
6161
- name: Build the Docker image
6262
run: .github/bin/docker-build
63-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
63+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6464
with:
6565
name: Docker cache ${{ inputs.architecture }}
6666
path: /tmp/.buildx-cache/linux/${{ inputs.architecture }}

.github/workflows/container-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
232232
with:
233233
sarif_file: trivy-results.sarif
234-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
234+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
235235
with:
236236
name: Trivy scan SARIF
237237
path: trivy-results.sarif

0 commit comments

Comments
 (0)