Skip to content

v0.17.0 - Pinned repository workflows

Latest

Choose a tag to compare

@lindixu6-hash lindixu6-hash released this 17 Aug 03:05

Repository workflow supply-chain hardening

  • Pin every third-party Action in CI, Pages, and Star Watch to a full commit SHA.
  • Add a repository-wide regression that rejects mutable third-party Action tags.
  • Configure weekly Dependabot updates for GitHub Actions.
  • Keep the same-repository @v0 references only as deliberate public compatibility probes.
  • Preserve v0.14 attestation-bound checkout/setup-node major versions; changing those identities requires a new producer/verifier evidence run rather than a dependency-only PR.
  • Document the policy and exceptions in English and Simplified Chinese.

Verification

A full commit SHA identifies the Action code that ran; it does not prove that code is secure or semantically correct. Dependabot PRs still require review and CI.