jessehouwing/Actions SemVer Checker
Checks the version tags for your action repository to ensure the correct versions will be picked.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 24, 2026
- License
- MIT
Pinned Snippet
uses: jessehouwing/actions-semver-checker@1d5f1c217079bb5366ed9b12025fcece100f6bc5 # v2.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for API access. If not provided, falls back to GITHUB_TOKEN environment variable. | no | "" |
| check-minor-version | Configures warnings for minor versions (options: [error, warning, none, true, false], default: error). | no | error |
| check-releases | Check that for every build version a GitHub Release exists (options: [error, warning, none, true, false], default: error. true maps to error, false maps to none). | no | error |
| check-release-immutability | Check that releases are immutable and cannot be force-pushed (options: [error, warning, none, true, false], default: error. true maps to error, false maps to none). | no | error |
| ignore-preview-releases | Ignore preview/pre-release versions when calculating major/minor version tags (options: [true, false], default: true). | no | true |
| floating-versions-use | Specify whether floating versions (major/minor like v1, v1.0, and latest) should use tags or branches (options: [tags, branches], default: tags). | no | tags |
| auto-fix | Automatically fix major/minor versions when a build tag is pushed. Requires contents: write permission (options: [true, false], default: false). | no | false |
| ignore-versions | Comma-separated list of versions to ignore during validation (e.g., 'v1.0.0,v2.0.0'). Useful for skipping legacy or problematic versions. | no | "" |
| check-marketplace | Check that action.yaml has required marketplace metadata (name, description, branding) and README.md exists (options: [error, warning, none, true, false], default: error). | no | error |
Outputs
no outputs