Overview of Claude Code Base Action
mainThe anthropics/claude-code-base-action is a GitHub Action that allows you to run Claude Code directly within your GitHub Actions workflows. It acts as a thin wrapper that installs and executes Claude Code with your provided inputs.
Important Security Note: This action does not enforce trust boundaries. It reads project-level configuration (like .claude/, CLAUDE.md, or .mcp.json) from the working directory. The caller is responsible for ensuring the working directory and prompt are trusted. For workflows processing untrusted input (e.g., issues or fork PRs), use anthropics/claude-code-action instead.