Skip to content

Commit 5377b3d

Browse files
Update GitHub Actions workflows. (#1615)
This PR was triggered by @t0yv0 generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit [5c9a3634b885d567ceb0604ca8626bb37a229829](pulumi/ci-mgmt@5c9a363). Co-authored-by: Pulumi Bot <bot@pulumi.com>
1 parent 6b0b997 commit 5377b3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
(github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude review')) ||
8080
(github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude review'))
8181
id: claude-review
82-
uses: anthropics/claude-code-action@2fee15510437d71399d9139ed60433470484a8fb # v1
82+
uses: anthropics/claude-code-action@30544b674398ee15c84819bd87caf8a87e8c7b55 # v1
8383
with:
8484
anthropic_api_key: ${{ steps.esc-secrets.outputs.ANTHROPIC_API_KEY }}
8585
prompt: |
@@ -101,7 +101,7 @@ jobs:
101101
!contains(github.event.comment.body, '@claude review') &&
102102
!contains(github.event.review.body, '@claude review')
103103
id: claude-action
104-
uses: anthropics/claude-code-action@2fee15510437d71399d9139ed60433470484a8fb # v1
104+
uses: anthropics/claude-code-action@30544b674398ee15c84819bd87caf8a87e8c7b55 # v1
105105
with:
106106
anthropic_api_key: ${{ steps.esc-secrets.outputs.ANTHROPIC_API_KEY }}
107107
# This allows claude to read github action logs

0 commit comments

Comments
 (0)