Skip to content

Commit 3d2282f

Browse files
authored
Merge pull request #2 from pkgforge/renovate/actions-attest-build-provenance-2.x
Update actions/attest-build-provenance action to v2.2.1
2 parents d11c508 + 6e45e46 commit 3d2282f

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/[email protected].0
201+
uses: actions/[email protected].1
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/[email protected].0
200+
uses: actions/[email protected].1
201201
with:
202202
subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}"
203203
subject-path: ${{ matrix.file }}

0 commit comments

Comments
 (0)