Skip to content

Commit 67cea02

Browse files
committed
Sync action pins
1 parent 4794e84 commit 67cea02

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_release-engine.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)