actions-marketplace-validations/Versioning Checker
GitHub action for verifying version update propagation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 15, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/empathictech_versioning-checker@4c4ea40956182ea987049136f0eafb26ff045b53 # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tracked_files | Comma separated list of all files that track the version. | yes | APP_VERSION,CHANGELOG.md |
| version_regex | Regular 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_name | PRs 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 | "" |
Outputs
no outputs