Skip to content

Commit b4bfa8a

Browse files
authored
Fix attest-build-provenance pin in the release workflow (#35)
Signed-off-by: Pavel-Tk <110731619+Pavel-Tk@users.noreply.github.com>
1 parent b4ee6d1 commit b4bfa8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
test "$(find dist -maxdepth 1 -type f -printf '%f\n' | sort | tr '\n' ' ')" = \
109109
"SHA256SUMS substrate.zip "
110110
(cd dist && sha256sum -c SHA256SUMS)
111-
- uses: actions/attest-build-provenance@e3fe62ef559997059fe8380e7d2b64c4f677262 # pinned
111+
- uses: actions/attest-build-provenance@e3fe62ef559997059fe8380e7d2b64c4f6772 # pinned
112112
with:
113113
subject-path: "dist/*"
114114
- name: Create immutable tag and GitHub release

0 commit comments

Comments
 (0)