actions-marketplace-validations/Versioning Checker

GitHub action for verifying version update propagation

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 15, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/empathictech_versioning-checker@4c4ea40956182ea987049136f0eafb26ff045b53 # no releases — HEAD as of 2026-07-14

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tracked_filesComma separated list of all files that track the version.yesAPP_VERSION,CHANGELOG.md
version_regexRegular expression for the version pattern. The script will use the first match of this regex in each tracked file.yes[0-9]+\.[0-9]+\.[0-9]+
fork_repo_namePRs from forked repos do not work by default. If this PR is from a forked repo, provide the new REPO_NAME (https://github.com/[REPO_NAME].git)yes""

no outputs