check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.36.
- This action is used across all versions by 35 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action verifies and compares the versions defined in package.json, package-lock.json, Cargo.toml, and pyproject.toml to ensure they are consistent and higher than the latest published tag based on semantic versioning. It automates version validation across different package managers (npm, Cargo, and Poetry), helping maintain versioning accuracy and preventing accidental downgrades or mismatches. Key capabilities include detecting new versions, identifying pre-releases, and supporting customizable tag filtering.
Release notes
Changes
Linked Tickets
ENG-259
High Level Description
This PR is part of a series to set the permissions explicitly with the minimum necessary. It should also have the effect of reducing CodeQL warnings wherever GitHub Code Scanning has been enabled.