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
I updated actionlint to the v1.7.1 which caught a stray actions/checkout@v2 in the codebase, which is awesome.
However, it didn't catch another instance where someone had pinned to actions/checkout@master.
Due to the possibility of pulling in a new major version or even a broken commit, my expectation is that pinning any action to master or main would default to being an actionlint failure. I'd expect this to require an explicit ignore to be accepted.
The text was updated successfully, but these errors were encountered:
I updated
actionlint
to thev1.7.1
which caught a strayactions/checkout@v2
in the codebase, which is awesome.However, it didn't catch another instance where someone had pinned to
actions/checkout@master
.Due to the possibility of pulling in a new major version or even a broken commit, my expectation is that pinning any action to
master
ormain
would default to being anactionlint
failure. I'd expect this to require an explicit ignore to be accepted.The text was updated successfully, but these errors were encountered: