File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 # nor make arbitrary network calls (no curl/Bash beyond gh).
153153 - name : Compose reviewer summary
154154 if : steps.pr.outputs.skip != 'true'
155- uses : anthropics/claude-code-action@1623c36729ac1cd5895198cded705a287de7db79 # v1.0.187
155+ uses : anthropics/claude-code-action@d40ddef4c030e508327d6e35a9c45f3368482c50 # v1.0.195
156156 with :
157157 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
158158 # Skips claude-code-action's OIDC -> GitHub App token exchange
Original file line number Diff line number Diff line change 5656
5757 - name : Run Claude Code
5858 id : claude
59- uses : anthropics/claude-code-action@1623c36729ac1cd5895198cded705a287de7db79 # v1.0.187
59+ uses : anthropics/claude-code-action@d40ddef4c030e508327d6e35a9c45f3368482c50 # v1.0.195
6060 with :
6161 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
6262 additional_permissions : |
Original file line number Diff line number Diff line change @@ -504,7 +504,7 @@ jobs:
504504 # burns the full 90-minute job budget. Paired with --max-turns
505505 # below for a runaway-cost ceiling.
506506 timeout-minutes : 45
507- uses : anthropics/claude-code-action@1623c36729ac1cd5895198cded705a287de7db79 # v1.0.187
507+ uses : anthropics/claude-code-action@d40ddef4c030e508327d6e35a9c45f3368482c50 # v1.0.195
508508 with :
509509 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
510510 additional_permissions : |
@@ -634,7 +634,7 @@ jobs:
634634 # baseline -- cheap safety net for the rare case where review
635635 # spirals on a file it can't stop "improving".
636636 timeout-minutes : 10
637- uses : anthropics/claude-code-action@1623c36729ac1cd5895198cded705a287de7db79 # v1.0.187
637+ uses : anthropics/claude-code-action@d40ddef4c030e508327d6e35a9c45f3368482c50 # v1.0.195
638638 with :
639639 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
640640 additional_permissions : |
You can’t perform that action at this time.
0 commit comments