Relnx β Check Outdated Tools
Version updated for https://github.com/relnx/check-outdated to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
First public release of Relnx β Check Outdated Tools π
Fails your CI when the cloud-native tools your repo pins are behind the latest release β or, more importantly, when they have security fixes or breaking changes you haven’t picked up yet. Data from relnx.io.
β¨ Features
- π Security-aware gate:
fail-on: security | breaking | outdated | none - π¦ Reads your Helm
Chart.lock, or an explicitslug@versionlist - π Per-tool job-summary table (current vs latest, behind count, security/breaking)
- πͺΆ Dependency-free (Node 20) β no token required
π Usage
- uses: actions/checkout@v4
- uses: relnx/check-outdated@v1
with:
api-key: ${{ secrets.RELNX_API_KEY }}
chart-lock: ./charts/platform/Chart.lock
fail-on: security