avides/Project Version check (Maven, NodeJS...)

Checks if the project version has been updated

View on GitHub

Trust Signals

Scorecard Score
Scorecard 4–6scored Jul 6, 2026
Maintenance Recency
Maintainedlast commit Jan 31, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: avides/actions-project-version-check@884551b972f805b876a514bec199fbfaae21ea72 # v2.0.0

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

namedescriptionrequireddefault
tokenThe repository token is used to request the target branch `file-to-check`-file from the [GitHub API](https://developer.github.com/v3/repos/contents/#get-contents)yes
file-to-checkFilename (with path) that must contain the project version update (examples: pom.xml, package.json, version.txt)yes
additional-files-to-checkComma separated list of filenames (with path) that must contain the same version as "file-to-check" (examples: README.md, src/file-with-version.txt)no
only-return-versionIs used to disable the whole version check and only return the project version as output for usage in other actionsnofalse
namedescription
versionIf the version update is valid then the new version is returned