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: pin GitHub Actions to commit SHAs for security (#96)
* chore: pin GitHub Actions to commit SHAs for security
Pin all GitHub Actions to full commit hashes instead of version tags
to prevent supply chain attacks. Also upgrade to latest versions:
- actions/checkout: v4 → v4.3.1
- actions/setup-python: v4 → v5.6.0
- astral-sh/setup-uv: v4 → v8.0.0
- peaceiris/actions-gh-pages: v4 → v4.0.0
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Address review comments and add more supply chain protections
- Pin uv version to 0.7.13 instead of "latest" in all workflows
- Pin pre-commit hooks to commit SHAs for ruff, pre-commit-hooks, and typos
- Add github-actions ecosystem to Dependabot for automated updates
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments