Skip to content

Discontinue floating-tags-action #4166

@marians

Description

@marians

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@v2

According 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.

See internal discussion

Metadata

Metadata

Assignees

Type

Projects

Status

Done ✅

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions