Skip to content

ci: bump the github-actions group across 1 directory with 2 updates - #61

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-3b641ba166
Open

ci: bump the github-actions group across 1 directory with 2 updates#61
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-3b641ba166

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the github-actions group with 2 updates in the / directory: actions/checkout and anthropics/claude-code-action.

Updates actions/checkout from 6 to 7

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

... (truncated)

Commits

Updates anthropics/claude-code-action from 1.0.133 to 1.0.186

Release notes

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

v1.0.186

What's Changed

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

v1.0.185

What's Changed

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

v1.0.184

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

v1.0.183

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

v1.0.182

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

v1.0.181

What's Changed

New Contributors

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

v1.0.180

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

v1.0.179

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

v1.0.178

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

v1.0.177

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

v1.0.176

What's Changed

... (truncated)

Commits
  • c038e4d chore: bump Claude Code to 2.1.223 and Agent SDK to 0.3.223
  • 4c04887 Invoke the formatter directly from the format hook (#1594)
  • 9db594c chore: bump Claude Code to 2.1.222 and Agent SDK to 0.3.222
  • acb0385 Check collaborator permissions for workflow_run events (#1590)
  • b80a0f0 Match downloaded images to their source URLs by asset identifier (#1588)
  • 6fb6bb6 Pin bun config for MCP server processes (#1589)
  • b2963b9 Derive trigger timestamps for issues and pull_request events (#1592)
  • 86180fa chore: bump Claude Code to 2.1.221 and Agent SDK to 0.3.221
  • be7b93b chore: bump Claude Code to 2.1.220 and Agent SDK to 0.3.220
  • e0cf66d chore: bump Claude Code to 2.1.219 and Agent SDK to 0.3.219
  • Additional commits viewable in compare view


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.


Note

Low Risk
Dependency-only workflow pin bumps with no product code changes; checkout v7’s safer PR defaults are unlikely to affect these trigger types, but agent review behavior may shift slightly with the claude-code-action upgrade.

Overview
This PR bumps third-party GitHub Actions across CI, agent PR review, release binaries, and zizmor workflows—no application or CLI code changes.

actions/checkout moves from v6.0.2 to v7.0.1 (pinned SHA) in ci.yml, cli-pr-review.yml, and zizmor.yml, and from @v6 to @v7 in release-binaries.yaml. v7 tightens defaults around checking out fork PRs on pull_request_target / workflow_run; these workflows use normal pull_request / issue_comment checkouts, so behavior should stay the same unless a workflow relied on the old unsafe defaults.

anthropics/claude-code-action in cli-pr-review.yml goes from v1.0.133 to v1.0.186, which pulls newer Claude Code / Agent SDK versions and includes permission and event-handling fixes (e.g. collaborator checks on workflow_run, image matching, trigger timestamps).

Reviewed by Cursor Bugbot for commit 4cd4b8b. Bugbot is set up for automated code reviews on this repo. Configure here.

@dependabot dependabot Bot added the agent-flow PR generated by agent flow pipeline label Jun 21, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-3b641ba166 branch from 24e46d5 to 2883052 Compare July 5, 2026 21:32
@cursor

cursor Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Bugbot is not enabled for this team, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-3b641ba166 branch 2 times, most recently from e282a3f to 85e570c Compare July 26, 2026 21:32
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-3b641ba166 branch from 85e570c to 8107126 Compare August 2, 2026 21:32
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action).


Updates `actions/checkout` from 6 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v6...v7)

Updates `anthropics/claude-code-action` from 1.0.133 to 1.0.186
- [Release notes](https://github.com/anthropics/claude-code-action/releases)
- [Commits](anthropics/claude-code-action@787c5a0...c038e4d)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: anthropics/claude-code-action
  dependency-version: 1.0.153
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-3b641ba166 branch from 8107126 to 4cd4b8b Compare August 9, 2026 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-flow PR generated by agent flow pipeline

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants