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
Update gh workflows to reference actions by commit
Referencing actions by commit SHA in GitHub workflows guarantees you are
using an immutable version. Actions referenced by tags and branches are
vulnerable to attacks, such as the tag being moved to a malicious
commit, a malicious commit being pushed to the branch or typosquatting.
0 commit comments