Update Claude Code action to v1.0.123 - #7946
Merged
Merged
Conversation
The previously pinned SHA failed with `ENOENT: no such file or directory, symlink` during the action's snapshotting step. Upstream v1.0.123 fixes this by dereferencing symlinks when snapshotting sensitive paths to .claude-pr/ (anthropics/claude-code-action#1186). Bump both claude-review and claude-write workflows to the fixed revision. Signed-off-by: Claude <noreply@anthropic.com>
joseph-isaacs
enabled auto-merge (squash)
May 15, 2026 13:22
joseph-isaacs
disabled auto-merge
May 15, 2026 13:22
joseph-isaacs
enabled auto-merge (squash)
May 15, 2026 13:22
robert3005
approved these changes
May 15, 2026
Contributor
|
ah anthropics/claude-code-action#1186 is fixed, finally |
Merging this PR will improve performance by 12.29%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ⚡ | Simulation | encode_varbin[(1000, 32)] |
173.7 µs | 155.3 µs | +11.83% |
| ⚡ | Simulation | encode_varbin[(1000, 4)] |
167.7 µs | 149.2 µs | +12.39% |
| ⚡ | Simulation | encode_varbin[(1000, 8)] |
168.8 µs | 149.8 µs | +12.64% |
Tip
Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.
Comparing claude/fix-github-actions-uxIRv (c3bbd89) with develop (3000bc0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the
anthropics/claude-code-actiondependency to version 1.0.123 in both theclaude-reviewandclaude-writeGitHub workflows.This change updates the action commit hash from
6cad158a175744eb2e76f7f5fd108ec63145598cto51ea8ea73a139f2a74ff649e3092c25a904aed7eand adds a version tag comment for clarity.