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
ci: pin GitHub Actions to commit SHAs; add Dependabot
Supply-chain hardening. Every `uses:` in ci.yml now pins a full 40-char
commit SHA with a trailing `# vX.Y.Z` comment, instead of a floating
major tag (or, for gh-action-pypi-publish, the `release/v1` branch). A
mutable ref can be silently repointed by an attacker who compromises an
action's repo or a maintainer account; a SHA pin cannot. The pins
resolve to the exact commits the floating refs pointed to at pin time,
so CI behavior is unchanged.
Add .github/dependabot.yml (github-actions ecosystem, weekly) — wlsqm
had none. Dependabot updates SHA-pinned actions and bumps the version
comment alongside, so pinning does not freeze the actions: security
fixes still flow in as reviewable PRs.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments