We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8500642 commit b4fb2beCopy full SHA for b4fb2be
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@v4.0.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