File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ jobs:
280280 continue-on-error : true
281281
282282 - name : Attest Build Provenance
283- uses : actions/attest-build-provenance@v2.2.1
283+ uses : actions/attest-build-provenance@v2.2.2
284284 with :
285285 subject-name : " build-logs-aarch64-Linux-${{ env.UTC_TIME }}"
286286 subject-path : " /tmp/BUILD.log"
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ jobs:
280280 continue-on-error : true
281281
282282 - name : Attest Build Provenance
283- uses : actions/attest-build-provenance@v2.2.1
283+ uses : actions/attest-build-provenance@v2.2.2
284284 with :
285285 subject-name : " build-logs-x86_64-Linux-${{ env.UTC_TIME }}"
286286 subject-path : " /tmp/BUILD.log"
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ jobs:
297297
298298 - name : Attest Build Provenance [${{ matrix.package.host }}<==>${{ matrix.package.runner }}]
299299 if : env.CONTINUE_GHRUN != 'FALSE'
300- uses : actions/attest-build-provenance@v2.2.1
300+ uses : actions/attest-build-provenance@v2.2.2
301301 with :
302302 subject-name : " build-logs-${{ env.PKG_FAMILY_LOCAL }}-${{ env.UTC_TIME }}"
303303 subject-path : " /tmp/BUILD.log"
You can’t perform that action at this time.
0 commit comments