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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenToken used for GitHub API calls and posting PR comments.no${{ github.token }}
check-actionsCheck GitHub Action pins (SHA pinning, SHA/comment match, conflicts, outdated).notrue
check-npmCheck npm dependency versions and install age. Requires a pnpm project.notrue
check-runtimeCheck NODE / PNPM / runner version consistency. Requires package.json.notrue
setup-pnpmSet up pnpm and Node for the npm check. Set false if the caller already did.notrue
node-version-fileFile that setup-node reads the Node version from (npm check only).nopackage.json
pnpm-versionExplicit pnpm version for pnpm/action-setup. Empty = read packageManager from package.json.no""

no outputs