Skip to content

Commit 788f167

Browse files
dependabot[bot]sgammon
authored andcommitted
chore(deps): Bump anthropics/claude-code-action from 1.0.8 to 1.0.12
Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.8 to 1.0.12. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](anthropics/claude-code-action@7ed3b61...777ffcb) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Sam Gammon <[email protected]>
1 parent 9587eab commit 788f167

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
version: "1.0.0-beta9"
7777
- name: "Review: Claude"
7878
id: claude-review
79-
uses: anthropics/claude-code-action@7ed3b616d54fd445625b77b219342949146bae9e # beta
79+
uses: anthropics/claude-code-action@777ffcbfc9d2e2b07f3cfec41b7c7eadedd1f0dc # beta
8080
with:
8181
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
8282
custom_instructions: |

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
fi
7171
- name: "Run: Claude"
7272
id: claude
73-
uses: anthropics/claude-code-action@7ed3b616d54fd445625b77b219342949146bae9e # beta
73+
uses: anthropics/claude-code-action@777ffcbfc9d2e2b07f3cfec41b7c7eadedd1f0dc # beta
7474
with:
7575
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
7676
custom_instructions: |

0 commit comments

Comments
 (0)