# Allow specific trusted bots (recommended)
- uses: anthropics/claude-code-action@main
with:
allowed_bots: "dependabot,renovate"
# Allow all bots (use with caution in trusted environments)
- uses: anthropics/claude-code-action@main
with:
allowed_bots: "*"
# No bots allowed (default, most secure)
- uses: anthropics/claude-code-action@main
# No allowed_bots parameter needed
By default, no bots are allowed. claude-renovate-review has to pass renovate to the input internally.
Claude Code Action v0.0.55 has new
allowed_botsinput to allow only trusted bots to invoke CLI.By default, no bots are allowed. claude-renovate-review has to pass
renovateto the input internally.