We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8500642 commit 73aaae7Copy full SHA for 73aaae7
2 files changed
.github/workflows/create_aarch64-Linux.yaml
@@ -162,7 +162,7 @@ jobs:
162
#Build Provenance
163
- name: Attest Build Provenance
164
if: env.HAS_RUNIMAGE == 'TRUE'
165
- uses: actions/attest-build-provenance@v2.2.3
+ uses: actions/attest-build-provenance@v2.4.0
166
with:
167
subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}"
168
subject-path: ${{ matrix.file }}
.github/workflows/create_x86_64-Linux.yaml
@@ -171,7 +171,7 @@ jobs:
171
172
173
174
175
176
177
0 commit comments