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
The reusable workflow can be pinned by hash, version or tag in general.
However:
Pinned by hash makes it pretty hard to retrieve the branch during verification.
Pinned by branch (like main) should be discouraged.
The OIDC token (which we use to retrieve the workflow identity/pin) currently does not report the version/branch used. So for now we will only accept version/tag pinning during verification. Once GitHub adds support, we can accept hash pins.