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
All GitHub Actions workflows must follow supply chain security best practices — checked by OpenSSF Scorecard 'Token-Permissions' and 'Dangerous-Workflow' checks.
Tasks
Set permissions: read-all at top level of every workflow, grant only what's needed per job
Pin all uses: action references to full commit SHAs (not tags)
Use OIDC token for cloud auth (no long-lived secrets)
No pull_request_target with untrusted code checkout
Add GITHUB_TOKEN minimal scope annotations
Validate third-party actions (use �ctionlint in CI)
Goal
All GitHub Actions workflows must follow supply chain security best practices — checked by OpenSSF Scorecard 'Token-Permissions' and 'Dangerous-Workflow' checks.
Tasks