
ActVer
GitHub Actions version & SHA lookup for AI agents
2 followers
GitHub Actions version & SHA lookup for AI agents
2 followers
AI coding agents like Claude Code and Cursor tend to use outdated GitHub Actions versions. Asking them to look up the latest results in multiple API calls, each requiring manual approval. ActVer returns the latest version and commit SHA for any GitHub Action via REST API, MCP server, or Web UI. It also comes with skills for SHA pinning, version upgrades, and security audits β just say "pin my actions" and it handles the rest. Free, no API key required.








Hey everyone! π
I built ActVer because I got tired of manually fixing GitHub Actions versions every time Claude Code or Cursor generated a workflow.
These AI agents always use outdated versions like `actions/checkout@v4` since their training data doesn't include the latest releases. Asking them to look it up just results in a bunch of API calls you have to approve one by one.
ActVer gives AI agents (and humans) a fast way to get the latest version and SHA for any GitHub Action. It works as:
Web UI β just search at actver.dev
REST API β no API key needed
MCP server β add one URL to your config and you're done
I also made Claude Code skills that let you say things like "pin my actions to SHA" or "upgrade my workflows" and it just works.
Built with Cloudflare Workers (Hono), KV cache, and Nuxt. Everything is free, no API key required.
Logo generated with Google Gemini.
Would love your feedback! π