actions-marketplace-validations/Derive Version

Given the VERSION file, compute a version number for a commit

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 4, 2021
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/avakar_derive-version@223bcf2e5a991864898c1dc1d1b6ce7528d5be6f # no releases — HEAD as of 2026-07-15

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

namedescriptionrequireddefault
fileThe name of the file containing major.minor, defaults to "VERSION"VERSION
commitThe commit for which to compute the versionHEAD
deepen-byIf the repo is too shallow, deepen it by this number of commits100
namedescription
patchThe patch to be appended to major.minor
versionThe full computed major.minor.patch
prefixThe prefix major.minor without the patch