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
Disable credential persistence in GitHub Actions checkout steps (#631)
Add persist-credentials: false to all actions/checkout steps across CI workflows to prevent credentials from being exposed to subsequent workflow steps, improving security posture.
0 commit comments