Skip to content

Commit b704e09

Browse files
authored
Merge pull request #1 from pkgforge-dev/renovate/actions-attest-build-provenance-2.x
Update actions/attest-build-provenance action to v2.2.0
2 parents f73a6f4 + ed92766 commit b704e09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create_aarch64-Linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
#Build Provenance
163163
- name: Attest Build Provenance
164164
if: env.HAS_RUNIMAGE == 'TRUE'
165-
uses: actions/attest-build-provenance@v2.1.0
165+
uses: actions/attest-build-provenance@v2.2.0
166166
with:
167167
subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}"
168168
subject-path: ${{ matrix.file }}

.github/workflows/create_x86_64-Linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
#Build Provenance
172172
- name: Attest Build Provenance
173173
if: env.HAS_RUNIMAGE == 'TRUE'
174-
uses: actions/attest-build-provenance@v2.1.0
174+
uses: actions/attest-build-provenance@v2.2.0
175175
with:
176176
subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}"
177177
subject-path: ${{ matrix.file }}

0 commit comments

Comments
 (0)