Skip to content

Commit edf5fbe

Browse files
Update actions/attest-build-provenance action to v2.2.3
1 parent ad5461e commit edf5fbe

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/[email protected].0
165+
uses: actions/[email protected].3
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/[email protected].0
174+
uses: actions/[email protected].3
175175
with:
176176
subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}"
177177
subject-path: ${{ matrix.file }}

0 commit comments

Comments
 (0)