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 advantage of the extra v<major> tag is less maintenance for projects which use this action and prefer to apply minor and patch version automatically, because they mean no breaking change. As long as there's no breaking change = no major version bump, they'll be able to retain the same action: hadolint/hadolint-action@v3.
The current tagging v<major>.<minor>.<patch> suits very conservative projects, which want to perform every upgrade of build tools explicitly for the p[rice of a higher maintenance effort.
GitHub Actions usually provide
@v2
which would point to the latest@v2.x.y
. Would be nice if hadolint would support this too :)The text was updated successfully, but these errors were encountered: