From 0b291cf120a0ef09535c3339725a7c631559cb98 Mon Sep 17 00:00:00 2001 From: "pulumi-provider-automation[bot]" <248966057+pulumi-provider-automation[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 06:14:45 +0000 Subject: [PATCH] Update GitHub Actions workflows. (#826) This PR was triggered by @t0yv0 generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit [a4ba5d1c3db54f4aa8e7674e03c3032eabd24aaa](https://github.com/pulumi/ci-mgmt/commit/a4ba5d1c3db54f4aa8e7674e03c3032eabd24aaa). Co-authored-by: Pulumi Bot --- .github/workflows/claude.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 063bf13..7550cb3 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -79,7 +79,7 @@ jobs: (github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude review')) || (github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude review')) id: claude-review - uses: anthropics/claude-code-action@4e5d8b13ca281a6d163cdb287d8917b216e00d6f # v1 + uses: anthropics/claude-code-action@b4d67413279fc18c6e5de930ae307c4f108714eb # v1 with: anthropic_api_key: ${{ steps.esc-secrets.outputs.ANTHROPIC_API_KEY }} prompt: | @@ -101,7 +101,7 @@ jobs: !contains(github.event.comment.body, '@claude review') && !contains(github.event.review.body, '@claude review') id: claude-action - uses: anthropics/claude-code-action@4e5d8b13ca281a6d163cdb287d8917b216e00d6f # v1 + uses: anthropics/claude-code-action@b4d67413279fc18c6e5de930ae307c4f108714eb # v1 with: anthropic_api_key: ${{ steps.esc-secrets.outputs.ANTHROPIC_API_KEY }} # This allows claude to read github action logs