Skip to content

Commit 32b1bfa

Browse files
Update actions/attest-build-provenance action to v2.2.0
1 parent 4afa2b8 commit 32b1bfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_bootstrap_images_aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
#Build Provenance
199199
- name: Attest Build Provenance
200200
if: env.HAS_IMAGE == 'TRUE'
201-
uses: actions/attest-build-provenance@v2.1.0
201+
uses: actions/attest-build-provenance@v2.2.0
202202
with:
203203
subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}"
204204
subject-path: ${{ matrix.file }}

.github/workflows/build_bootstrap_images_x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
#Build Provenance
198198
- name: Attest Build Provenance
199199
if: env.HAS_IMAGE == 'TRUE'
200-
uses: actions/attest-build-provenance@v2.1.0
200+
uses: actions/attest-build-provenance@v2.2.0
201201
with:
202202
subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}"
203203
subject-path: ${{ matrix.file }}

0 commit comments

Comments
 (0)