mentorfilou/Version Checks
Check GitHub Action pins, npm dependencies and NODE/PNPM/runner version consistency, and report findings as self-updating PR comments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Token used for GitHub API calls and posting PR comments. | no | ${{ github.token }} |
| check-actions | Check GitHub Action pins (SHA pinning, SHA/comment match, conflicts, outdated). | no | true |
| check-npm | Check npm dependency versions and install age. Requires a pnpm project. | no | true |
| check-runtime | Check NODE / PNPM / runner version consistency. Requires package.json. | no | true |
| setup-pnpm | Set up pnpm and Node for the npm check. Set false if the caller already did. | no | true |
| node-version-file | File that setup-node reads the Node version from (npm check only). | no | package.json |
| pnpm-version | Explicit pnpm version for pnpm/action-setup. Empty = read packageManager from package.json. | no | "" |
Outputs
no outputs