Files
actions/action-versioning
Ismo Vuorinen 6ebc5a21d5 fix: local references, release workflow (#301)
* fix: local references, release workflow

* chore: apply cr comments
2025-10-23 23:24:20 +03:00
..

ivuorinen/actions/action-versioning

Action Versioning

Description

Automatically update SHA-pinned action references to match latest version tags

Inputs

name description required default
major-version

Major version tag to sync (e.g., v2025)

true ""
token

GitHub token for authentication

false ""

Outputs

name description
updated

Whether action references were updated (true/false)

commit-sha

SHA of the commit that was created (if any)

needs-annual-bump

Whether annual version bump is needed (true/false)

Runs

This action is a composite action.

Usage

- uses: ivuorinen/actions/action-versioning@main
  with:
    major-version:
    # Major version tag to sync (e.g., v2025)
    #
    # Required: true
    # Default: ""

    token:
    # GitHub token for authentication
    #
    # Required: false
    # Default: ""