-
Notifications
You must be signed in to change notification settings - Fork 0
Description
floating-tag-action is used for creating and updating major version tags like v2 whenever a release like v2.3.1 is made.
The action is used by GitHub action publishers to allow action users to reference only a specific major version of the action, but not a minor or patch version. Example:
uses: acme/myaction@v2According to the GitHub Actions docs:
If the action publishes major version tags, you should expect to receive critical fixes and security patches while still retaining compatibility. Note that this behavior is at the discretion of the action's author.
actions/checkout@v5 works because there is a v5 tag in that repo.
This practice is actually against our security best practice of pinning a particular actions version by commit SHA. Hence ourselves we don't have a use for floating-tags-actions . It would only be a convenience service to users of our actions outside the company.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status