Skip to content

Commit b252d71

Browse files
Update anthropics/claude-code-action action to v1.0.195
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf55114 commit b252d71

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/autogen-docs-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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: |

.github/workflows/upstream-release-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)