Skip to content

Commit b4cf8e7

Browse files
authored
Merge pull request #1 from pkgforge/renovate/actions-attest-build-provenance-2.x
Update actions/attest-build-provenance action to v2.2.0
2 parents a4c6c63 + 32b1bfa commit b4cf8e7

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)