From be85fd9cb44783568484f5869d96696c0488e769 Mon Sep 17 00:00:00 2001 From: Pavel-Tk <110731619+Pavel-Tk@users.noreply.github.com> Date: Thu, 3 Sep 2026 23:35:34 +0000 Subject: [PATCH] Use the exact pinned attest-build-provenance SHA from the last working release Signed-off-by: Pavel-Tk <110731619+Pavel-Tk@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e147a7..1f2cd7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,7 +108,7 @@ jobs: test "$(find dist -maxdepth 1 -type f -printf '%f\n' | sort | tr '\n' ' ')" = \ "SHA256SUMS substrate.zip " (cd dist && sha256sum -c SHA256SUMS) - - uses: actions/attest-build-provenance@e3fe62ef559997059fe8380e7d2b64c4f6772 # pinned + - uses: actions/attest-build-provenance@e3fe62ef559997059fe8380e7d2b4c909e2d65f4 # pinned with: subject-path: "dist/*" - name: Create immutable tag and GitHub release