Skip to content

Commit dbc6eec

Browse files
committed
fix(ci): re-pin rust-ci-reusable.yml past the toolchain-required-input fix
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. Re-pinned to standards main tip (7c9db0e5), which is at/after #439.
1 parent d298981 commit dbc6eec

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 # main 2026-05-31 (CI/CD campaigns C001-C005)
17+
uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@7c9db0e5909aab77bf11a444ade3b95c1d2b702e # re-pinned 2026-07-01: toolchain-required-input fix (standards#439) # main 2026-05-31 (CI/CD campaigns C001-C005)
1818
with:
1919
enable_audit: true
2020
enable_coverage: true

0 commit comments

Comments
 (0)