diff --git a/.github/workflows/_respond.yml b/.github/workflows/_respond.yml index c4e64136..ad7dce9a 100644 --- a/.github/workflows/_respond.yml +++ b/.github/workflows/_respond.yml @@ -116,7 +116,7 @@ jobs: - name: Run Claude Code id: claude timeout-minutes: 10 - uses: anthropics/claude-code-action@6337623ebba10cf8c8214b507993f8062fd4ccfb # v1.0.22 + uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1.0.23 with: anthropic_api_key: ${{ steps.get-kv-secrets.outputs.ANTHROPIC-RESPONSE-API-KEY }} track_progress: true diff --git a/.github/workflows/_review-code.yml b/.github/workflows/_review-code.yml index fecd7cc0..4db58d26 100644 --- a/.github/workflows/_review-code.yml +++ b/.github/workflows/_review-code.yml @@ -281,7 +281,10 @@ jobs: - name: Review with Claude Code timeout-minutes: 10 - uses: anthropics/claude-code-action@6337623ebba10cf8c8214b507993f8062fd4ccfb # v1.0.22 + uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1.0.23 + env: + USE_AGENT_SDK: "true" + USE_SIMPLE_PROMPT: "true" with: anthropic_api_key: ${{ steps.get-kv-secrets.outputs.ANTHROPIC-CODE-REVIEW-API-KEY }} track_progress: true @@ -290,4 +293,4 @@ jobs: Use bitwarden-code-reviewer agent to review the currently checked out pull request changes. The agent will post inline comments and a summary comment directly. Do not repeat or summarize the agent's findings after it completes. claude_args: | --verbose - --allowedTools "mcp__github_comment__update_claude_comment,mcp__github_inline_comment__create_inline_comment,Bash(gh pr diff:*),Bash(gh pr view:*)" + --allowedTools "Read,Grep,Glob,Bash(git diff:*),Bash(git log:*),Bash(git show:*),Bash(gh pr view:*),Bash(gh pr diff:*),Bash(gh pr review:*),Bash(gh pr comment:*),mcp__github_comment__update_claude_comment,mcp__github_inline_comment__create_inline_comment"