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
fix(security): pin 25 action refs to SHAs and add a token permissions floor
All 25 third-party action refs ran from mutable tags. A tag is
repointable by whoever controls the action repo, so the workflows
trusted a moving target. Each now pins a commit SHA with the version
kept in a trailing comment.
2 workflow(s) had no top-level permissions block, so any job without
its own block inherited the repository default. contents: read is now the
floor. Jobs that already declared their own permissions keep them, so
nothing loses a capability it was using.
Workflow-only, no source or test changes.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XbDBXDWWvMFa7c2jGgyq9t
0 commit comments