Files
actions/action-versioning
Ismo Vuorinen abe24f8570 feat(ci): versioning change (#378)
* chore: remove bylines from actions

* feat: new daily release action

* chore(ci): ignore false positive in codeql, fix others

* fix: cr comments
2025-11-28 10:56:52 +02:00
..
2025-11-28 10:56:52 +02: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: ""