You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ci): pin all GitHub Actions to full SHA digests
Replace mutable version tags (e.g. @v4) with immutable full-length
commit SHA digests across all seven workflow files. Each pin retains
a human-readable comment (e.g. # v4) so the intended version is still
obvious at a glance.
Actions pinned:
- actions/checkout@v4 → @11bd71901bbe5b1630ceea73d27597364c9af683
- actions/setup-node@v4 → @49933ea5288caeca8642d1e84afbd3f7d6820020
- actions/cache@v4 → @0057852bfaa89a56745cba8c7296529d2fc39830
- actions/github-script@v7 → @f28e40c7f34bde8b3046d885e986cb6290c5673b
- actions/dependency-review-action@v4 → @a6993e2c61fd5dc440b409aa1d6904921c5e1894
- dtolnay/rust-toolchain@stable → @3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
- Swatinem/rust-cache@v2 → @42dc69e1aa15d09112580998cf2ef0119e2e91ae
Workflows updated:
- abi-snapshot.yml
- audit-check.yml
- changelog.yml
- ci.yml
- commitlint.yml
- contract-release.yml
- dependency-review.yml
Also fixes a structural bug in audit-check.yml where the frontend-audit
step was missing its step name and was incorrectly appended to the
backend-audit step block.
0 commit comments