FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(deps): bump anthropics/claude-code-action from 0.0.63 to 1.0.148 by dependabot[bot] · Pull Request #1520 · optave/ops-codegraph-tool · GitHub

chore(deps): bump anthropics/claude-code-action from 0.0.63 to 1.0.148 - #1520

Merged
carlos-alm merged 1 commit into
mainfrom
dependabot/github_actions/anthropics/claude-code-action-1.0.148
Jun 14, 2026
Merged

chore(deps): bump anthropics/claude-code-action from 0.0.63 to 1.0.148#1520
carlos-alm merged 1 commit into
mainfrom
dependabot/github_actions/anthropics/claude-code-action-1.0.148

Conversation

dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Contributor

Bumps anthropics/claude-code-action from 0.0.63 to 1.0.148.

Release notes

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

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

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

v1.0.143

What's Changed

New Contributors

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

... (truncated)

Commits
  • 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)
  • 24b9156 Include labels in formatContext() output for issues and PRs (#1298)
  • 9441a7f fix: clear stale claude-prompts dir before each write (#1288)
  • b371255 pin setup-bun path for post steps (#1365)
  • Additional commits viewable in compare view

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 0.0.63 to 1.0.148.
- [Release notes](https://github.com/anthropics/claude-code-action/releases)
- [Commits](anthropics/claude-code-action@28f8362...d5726de)

---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
  dependency-version: 1.0.148
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 13, 2026

Copy link
Copy Markdown
Contributor

@greptileai

greptile-apps Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This is an automated Dependabot bump of anthropics/claude-code-action from 0.0.63 to 1.0.148 in two places in the CI workflow, advancing across the 0→1 major version boundary. Both references remain pinned to their respective full commit SHAs, which is the recommended security practice for third-party GitHub Actions.

  • The version jump (0.0.63 → 1.0.148) crosses a major version boundary; notable upstream changes include an SDK iterator fix that prevents hangs on pull_request runs, a sanitizer fix, stale prompt-dir cleanup, and a Bun invocation fix — none of which alter this workflow's input surface (anthropic_api_key, model, direct_prompt, additional_permissions).
  • Workflow permissions and job logic are unchanged; the only edit is the two action SHA pins.

Confidence Score: 5/5

Safe to merge — both action references remain commit-SHA-pinned and no workflow logic is touched.

The only change is replacing two identical commit SHAs for the upstream action. Upstream release notes show no input-breaking changes between the old and new versions, and the workflow's inputs, permissions, and job conditions are all untouched.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/claude.yml Bumps anthropics/claude-code-action from commit 28f8362 (v0.0.63) to d5726de (v1.0.148) in both the automated-review and interactive-claude jobs; no workflow logic or inputs changed.

Sequence Diagram

sequenceDiagram
    participant GH as GitHub Events
    participant AR as automated-review job
    participant IC as interactive-claude job
    participant CCA as claude-code-action@d5726de

    GH->>AR: pull_request opened (non-bot author)
    AR->>AR: Verify PR branch fetchable (3 retries)
    AR->>AR: Checkout repository
    AR->>CCA: Run Automated AI Review (direct_prompt, claude-sonnet-4-6)
    CCA-->>AR: Review comments posted

    GH->>IC: "issue_comment / PR review comment / issue (contains @claude)"
    IC->>IC: Verify PR branch fetchable (if PR context)
    IC->>IC: Checkout repository
    IC->>CCA: Run Interactive AI Assistant (claude-sonnet-4-6, actions:read)
    CCA-->>IC: Response posted
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump anthropics/claude-code..." | Re-trigger Greptile

carlos-alm merged commit d31cadc into main Jun 14, 2026
24 checks passed
carlos-alm deleted the dependabot/github_actions/anthropics/claude-code-action-1.0.148 branch June 14, 2026 13:22
github-actions Bot locked and limited conversation to collaborators Jun 14, 2026
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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


Back | FazBrowse Home | New Git URL