File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ jobs:
340340 if : >-
341341 github.ref == 'refs/heads/main'
342342 && fromJSON(needs.metadata.outputs.metadata).release_commits_matrix
343- uses : actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1
343+ uses : actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2
344344 with :
345345 subject-path : ${{ matrix.bin_name }}
346346 - name : Verify binary attestation
@@ -620,7 +620,7 @@ jobs:
620620 # Same provenance chain as the compiled binaries and the extra-assets job.
621621 - name : Generate tarball attestation
622622 id : attest-manpages
623- uses : actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1
623+ uses : actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2
624624 with :
625625 subject-path : >-
626626 ${{
@@ -711,7 +711,7 @@ jobs:
711711 done
712712 - name : Generate assets attestation
713713 id : attest-assets
714- uses : actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1
714+ uses : actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2
715715 with :
716716 subject-path : release-assets/*
717717 - name : Verify assets attestation
You can’t perform that action at this time.
0 commit comments