yosifkit/Verify Action SHA Pins

Verifies that pinned GitHub Action SHAs belong to the upstream repository and match expected tags.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
workflowsA space-separated list of file paths or globs to check.no.github/workflows/*.yml .github/workflows/*.yaml
require_shaIf true, fails if an action uses a tag/branch instead of a 40-character SHA.nofalse
require_commentIf true, fails if a pinned SHA does not have a commented expected tag/branch.nofalse
filter_changed_on_prIf true, only checks workflow files that were modified in the current pull request. Does not affect non-PR workflows.nofalse
github_tokenGitHub token for querying the REST API.yes${{ github.token }}

no outputs