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
.github/workflows/{e2e,test}: check out sha instead of ref
`ref` can be raced between approval and checkout by pushing a commit between approval and checkout.
`sha` always refers to the triggering commit, which is safe.
0 commit comments