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
When a workflow has both pinned and unpinned steps, only the status of the final step is used to determine if the overall job should pass or fail. Consider the following workflow:
This will pass because zgosalvez/github-actions-ensure-sha-pinned-actions is pinned (and the last step), whereas the earlier actions/checkout should cause the job to fail. If a 2nd actions/checkout@v4 is added after the pinned step, the job will no longer pass.
Tested using v3.0.1.
The text was updated successfully, but these errors were encountered:
When a workflow has both pinned and unpinned steps, only the status of the final step is used to determine if the overall job should pass or fail. Consider the following workflow:
This will pass because
zgosalvez/github-actions-ensure-sha-pinned-actions
is pinned (and the last step), whereas the earlieractions/checkout
should cause the job to fail. If a 2ndactions/checkout@v4
is added after the pinned step, the job will no longer pass.Tested using v3.0.1.
The text was updated successfully, but these errors were encountered: