Skip to content

Commit 07bf281

Browse files
chore(deps): bump actions/attest from 4.2.0 to 4.2.2 (#14)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac38414 commit 07bf281

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
124124

125125
- name: Generate image digest attestation
126-
uses: actions/attest@v4.2.0
126+
uses: actions/attest@v4.2.2
127127
with:
128128
subject-name: ${{ steps.cfg.outputs.image }}
129129
subject-digest: ${{ steps.build.outputs.digest }}

.github/workflows/mirror-trivy-db.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
- name: Attest mirrored artifact
110110
if: steps.copy.outputs.digest != ''
111-
uses: actions/attest@v4.2.0
111+
uses: actions/attest@v4.2.2
112112
with:
113113
subject-name: ${{ matrix.target }}
114114
subject-digest: ${{ steps.copy.outputs.digest }}

0 commit comments

Comments
 (0)