Skip to content

chore(deps): bump anthropics/claude-code-action from 1.0.141 to 1.0.149 in the actions-minor-patch group#511

Merged
mvanwyk merged 2 commits into
mainfrom
dependabot/github_actions/actions-minor-patch-f596cac9a2
Jun 22, 2026
Merged

chore(deps): bump anthropics/claude-code-action from 1.0.141 to 1.0.149 in the actions-minor-patch group#511
mvanwyk merged 2 commits into
mainfrom
dependabot/github_actions/actions-minor-patch-f596cac9a2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions-minor-patch group with 1 update: anthropics/claude-code-action.

Updates anthropics/claude-code-action from 1.0.141 to 1.0.149

Release notes

Sourced from anthropics/claude-code-action's releases.

v1.0.149

What's Changed

New Contributors

Full Changelog: anthropics/claude-code-action@v1...v1.0.149

v1.0.148

Full Changelog: anthropics/claude-code-action@v1...v1.0.148

v1.0.147

What's Changed

Full Changelog: anthropics/claude-code-action@v1...v1.0.147

v1.0.146

What's Changed

New Contributors

Full Changelog: anthropics/claude-code-action@v1...v1.0.146

v1.0.145

Full Changelog: anthropics/claude-code-action@v1...v1.0.145

v1.0.144

... (truncated)

Commits
  • 4d7e1f0 chore: bump Claude Code to 2.1.178 and Agent SDK to 0.3.178
  • 3d9f0dc fix(mcp): align allowed-tools parser with SDK option parser (#1373)
  • a5e5d3b fix(parse-sdk-options): prevent shell-quote from collapsing unquoted Bash(X:*...
  • d5726de chore: bump Claude Code to 2.1.177 and Agent SDK to 0.3.177
  • 56fa348 chore: bump Claude Code to 2.1.176 and Agent SDK to 0.3.176
  • 82d95d4 Add pr-stamp-sweep review workflow (#1409)
  • 0cb4f3e chore: bump Claude Code to 2.1.175 and Agent SDK to 0.3.175
  • 8551f4b fix(image-downloader): detect image type from magic bytes (#1396)
  • eba921f docs: fix execution file parsing example (#1297)
  • 36617bd fix(sanitizer): match attribute quotes by type to avoid mangling content (#1371)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions-minor-patch group with 1 update: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action).


Updates `anthropics/claude-code-action` from 1.0.141 to 1.0.149
- [Release notes](https://github.com/anthropics/claude-code-action/releases)
- [Commits](anthropics/claude-code-action@593d7a5...4d7e1f0)

---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 22, 2026
@mvanwyk mvanwyk merged commit 612565d into main Jun 22, 2026
3 checks passed
@mvanwyk mvanwyk deleted the dependabot/github_actions/actions-minor-patch-f596cac9a2 branch June 22, 2026 14:34
@claude

claude Bot commented Jun 22, 2026

Copy link
Copy Markdown

Claude finished @mvanwyk's task in 50s —— View job


Review: Dependabot Bump — anthropics/claude-code-action 1.0.141 → 1.0.149

  • Gather context
  • Read changed workflow files
  • Analyze release notes and changes
  • Post review feedback

This is a routine dependency update across two workflow files. The changes are minimal and correct.

What changed

Both files update a single line — the pinned SHA for anthropics/claude-code-action:

  • claude-code-review.yml:40 and claude.yml:96: SHA updated to 4d7e1f0cd85743fdc93b1c8040ab54395da024e2 with comment # v1.0.149

Assessment

No issues found. The changes are appropriate and the upgrade is beneficial.

Security: Both files continue to pin to a full commit SHA rather than a floating tag — this is the correct approach for third-party GitHub Actions and prevents unexpected code changes from being silently pulled in.

Relevant fixes in this upgrade:

  1. fix(parse-sdk-options): prevent shell-quote from collapsing unquoted Bash(X:*) rules (v1.0.149) — directly relevant to this repo. claude-code-review.yml uses claude_args: '--allowed-tools "Bash(gh issue view:*),..."' which matches exactly the pattern this bug affected. This fix improves reliability of the allowed-tools restrictions.

  2. fix(mcp): align allowed-tools parser with SDK option parser (v1.0.149) — complementary fix to the above, keeping MCP and SDK tool parsing in sync.

  3. fix: break SDK iterator after result message to prevent hang in pull_request runs (v1.0.146) — directly relevant since claude-code-review.yml triggers on pull_request events. This fixes a potential hang condition.

  4. fix: fall back to inherited env for auth when inputs are empty (v1.0.146) — reliability improvement for auth handling.

  5. fix(sanitizer): match attribute quotes by type to avoid mangling content (v1.0.146) — fixes a subtle content corruption bug in the action's HTML sanitizer.

Bottom line: This upgrade includes targeted bug fixes that directly benefit this repository's usage patterns. The version bump is clean, correctly pinned, and well-motivated.

@codecov

codecov Bot commented Jun 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant