Skip to content

Commit a22e15b

Browse files
Update actions/attest-build-provenance action to v2.3.0
1 parent 8500642 commit a22e15b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.2.3
165+
uses: actions/attest-build-provenance@v2.3.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.2.3
174+
uses: actions/attest-build-provenance@v2.3.0
175175
with:
176176
subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}"
177177
subject-path: ${{ matrix.file }}

0 commit comments

Comments
 (0)