Skip to content

Commit 8d450a9

Browse files
chore(deps): bump anthropics/claude-code-action from 1.0.91 to 1.0.92
Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.91 to 1.0.92. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](anthropics/claude-code-action@2ff1acb...657fb7c) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.92 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49935c7 commit 8d450a9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/claude-pr-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Run Editorial Review
6464
if: steps.changed-files.outputs.has_changes == 'true'
65-
uses: anthropics/claude-code-action@2ff1acb3ee319fa302837dad6e17c2f36c0d98ea # v1.0.91
65+
uses: anthropics/claude-code-action@657fb7c9c986158a19624b357bcbc8c6deb83598 # v1.0.92
6666
with:
6767
anthropic_api_key: ${{ secrets.ENG_ANTHROPIC_API_KEY }}
6868
prompt: |
@@ -132,7 +132,7 @@ jobs:
132132
token: ${{ secrets.GITHUB_TOKEN }}
133133

134134
- name: Apply Editorial Fixes
135-
uses: anthropics/claude-code-action@2ff1acb3ee319fa302837dad6e17c2f36c0d98ea # v1.0.91
135+
uses: anthropics/claude-code-action@657fb7c9c986158a19624b357bcbc8c6deb83598 # v1.0.92
136136
with:
137137
anthropic_api_key: ${{ secrets.ENG_ANTHROPIC_API_KEY }}
138138
prompt: |

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 1
3131

3232
- name: Run Claude PR Action
33-
uses: anthropics/claude-code-action@2ff1acb3ee319fa302837dad6e17c2f36c0d98ea # beta
33+
uses: anthropics/claude-code-action@657fb7c9c986158a19624b357bcbc8c6deb83598 # beta
3434
with:
3535
anthropic_api_key: ${{ secrets.ENG_ANTHROPIC_API_KEY }}
3636
# Or use OAuth token instead:

.github/workflows/docs-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ jobs:
347347
fetch-depth: 0
348348

349349
- name: Run Editorial Review Skill
350-
uses: anthropics/claude-code-action@2ff1acb3ee319fa302837dad6e17c2f36c0d98ea # v1.0.91
350+
uses: anthropics/claude-code-action@657fb7c9c986158a19624b357bcbc8c6deb83598 # v1.0.92
351351
with:
352352
anthropic_api_key: ${{ secrets.ENG_ANTHROPIC_API_KEY }}
353353
prompt: |
@@ -548,7 +548,7 @@ jobs:
548548
ref: ${{ github.event.pull_request.head.ref }}
549549

550550
- name: Apply Fixes
551-
uses: anthropics/claude-code-action@2ff1acb3ee319fa302837dad6e17c2f36c0d98ea # v1.0.91
551+
uses: anthropics/claude-code-action@657fb7c9c986158a19624b357bcbc8c6deb83598 # v1.0.92
552552
with:
553553
anthropic_api_key: ${{ secrets.ENG_ANTHROPIC_API_KEY }}
554554
prompt: |

0 commit comments

Comments
 (0)