Skip to content

Commit 5fd9fed

Browse files
fix(ci): re-pin rust-ci-reusable.yml past the toolchain-required-input fix (#63)
Pinned SHA predated `standards#439` (fix(rust-ci): pass explicit `toolchain: stable` to SHA-pinned dtolnay action), so every run failed at "'toolchain' is a required input" before any real check executed — same class as squabbler's "Move 3: reusable-workflow pin drift". Re-pinned to standards main tip (`7c9db0e5`), at/after #439. Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent 7894ea6 commit 5fd9fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
rust-ci:
17-
uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
17+
uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@7c9db0e5909aab77bf11a444ade3b95c1d2b702e # re-pinned 2026-07-01: toolchain-required-input fix (standards#439)
1818
with:
1919
enable_audit: true
2020
enable_coverage: true

0 commit comments

Comments
 (0)