Skip to content

chore(ci): bump the actions-patch-minor group across 1 directory with 2 updates - #1157

Open
dependabot[bot] wants to merge 1 commit into
unstablefrom
dependabot/github_actions/unstable/actions-patch-minor-56d28b13c4
Open

dependabot[bot] wants to merge 1 commit into
unstablefrom
dependabot/github_actions/unstable/actions-patch-minor-56d28b13c4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026 •

Copy link
Copy Markdown

Bumps the actions-patch-minor group with 2 updates in the / directory: anthropics/claude-code-action and rojopolis/spellcheck-github-actions.

Updates anthropics/claude-code-action from 1.0.127 to 1.0.222

Release notes

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

v1.0.222

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

v1.0.221

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

v1.0.220

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

v1.0.219

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

v1.0.218

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

v1.0.217

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

v1.0.216

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

v1.0.215

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

v1.0.214

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

v1.0.213

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

v1.0.212

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

v1.0.211

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

v1.0.210

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

v1.0.209

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

v1.0.208

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

v1.0.207

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

v1.0.206

What's Changed

... (truncated)

Commits
  • 56cf60f chore: bump Claude Code to 2.1.269 and Agent SDK to 0.3.269
  • 0a8d3c9 chore: bump Claude Code to 2.1.268 and Agent SDK to 0.3.268
  • 19dda84 chore: bump Claude Code to 2.1.267 and Agent SDK to 0.3.267
  • 5ccc3a3 chore: bump Claude Code to 2.1.266 and Agent SDK to 0.3.266
  • 0d0e087 chore: bump Claude Code to 2.1.265 and Agent SDK to 0.3.265
  • 9c5ddab chore: bump Claude Code to 2.1.263 and Agent SDK to 0.3.263
  • d75b94d chore: bump Claude Code to 2.1.261 and Agent SDK to 0.3.261
  • ef8bb1e chore: bump Claude Code to 2.1.260 and Agent SDK to 0.3.260
  • fa2b266 chore: bump Claude Code to 2.1.259 and Agent SDK to 0.3.259
  • 8251c10 chore: bump Claude Code to 2.1.258 and Agent SDK to 0.3.258
  • Additional commits viewable in compare view

Updates rojopolis/spellcheck-github-actions from 0.46.0 to 0.66.0

Release notes

Sourced from rojopolis/spellcheck-github-actions's releases.

0.66.0

What's Changed

Full Changelog: rojopolis/spellcheck-github-actions@0.65.0...0.66.0

0.65.0

What's Changed

Full Changelog: rojopolis/spellcheck-github-actions@0.64.0...0.65.0

0.64.0

What's Changed

Full Changelog: rojopolis/spellcheck-github-actions@0.63.1...0.64.0

0.63.1

What's Changed

Full Changelog: rojopolis/spellcheck-github-actions@0.63.0...0.63.1

0.63.0

What's Changed

... (truncated)

Changelog

Sourced from rojopolis/spellcheck-github-actions's changelog.

0.66.0, 2026-08-11, maintenance release, update not required

  • Docker image updated to Python 3.14.7-slim-trixie via PR #391 from Dependabot.

0.65.0, 2026-08-08, security release, update recommended

  • Bumped lxml from 5.4.0 to 6.1.1 to address CVE-2026-41066 (XXE via iterparse()/ETCompatXMLParser defaulting resolve_entities=True) and libxslt vulnerabilities CVE-2025-7424 and CVE-2025-11731, via PR #388 from Dependabot.

  • Bumped pymdown-extensions from 10.21.3 to 11.0.1 to address CVE-2026-67422 (ReDoS in the caret, tilde, betterem, and magiclink inline processors) and CVE-2026-61632 (path traversal in the b64 extension).

  • Bumped soupsieve from 2.6 to 2.9.2 to address CVE-2026-49476 (memory exhaustion via large comma-separated selector lists) and CVE-2026-49477 (ReDoS via the selector parser).

0.64.0, 2026-07-31, maintenance release, update not required

  • Adopted pip-compile (pip-tools) for Python dependency management via PR #380. requirements.in is now the source of truth for direct dependencies (pyspelling, pymdown-extensions); requirements.txt is generated from it rather than hand-maintained, so transitive pins can no longer silently fall out of sync the way bracex did in issue #378.

    • backrefs and zipp are dropped from requirements.txt. Neither is part of the resolved dependency graph for pyspelling + pymdown-extensions on the Python version this image ships (verified against each package's own declared metadata and the installed package list in the built image) — they were stale manual pins, not active dependencies. In particular, zipp was originally pinned in PR #204 to patch CVE-2024-5569; that dependency chain (pyspelling → importlib-metadata → zipp) no longer exists, so removing the pin does not reintroduce the vulnerability — the package simply isn't installed, pinned or not.

    • .github/dependabot.yml's pip ecosystem entry already set versioning-strategy: lockfile-only, which expects exactly this requirements.in/requirements.txt split; this change makes that existing setting apply as intended.

0.63.1, 2026-07-30, bug fix release, update recommended

  • Fixed sources glob patterns that combine brace expansion with the SPLIT/GLOBSTAR flags (e.g. **/*.{c,h}|!build/**) silently matching zero files and causing the action to fail with RuntimeError: None of the source targets from the configuration match any files. The pinned bracex dependency (2.5.post1) predated the version wcmatch requires for correct parsing of such patterns; bumped to 3.0.1 via PR #379. Addresses issue #378, reported by @​arkq.

0.63.0, 2026-07-01, maintenance release, update not required

  • Docker based image updated for Python 3.14.6 slim trixie via PR #364 from Dependabot.

0.62.0, 2026-06-19, security release, update recommended

  • Bumped lxml from 5.3.0 to 5.4.0 to address known CVEs via PR #357.

  • Bumped pymdown-extensions to patched version 10.21.3 via PR #358.

  • Bumped Markdown from 3.7 to 3.8.1 to patched version via PR #359.

  • Cleaned up GitHub Actions workflows using zizmor and removed ratchet annotations via PR #355 and PR #356.

  • Clarified examples in README.

0.61.0, 2026-06-14, minor feature release, update not required

  • Docker based image updated for Python 3.14.5 slim trixie via PR #344 from Dependabot.

0.60, 2026-03-14, minor feature release, update not required

  • Docker based image updated for Python 3.14.3 slim trixie via PR #325 from Dependabot.

  • Cleaned up the error messaging, to address issue #328 from @​akohout-hai, the error message is now more correct, but not improved in general

... (truncated)

Commits
  • c1934c5 Prepare release 0.66.0 (#392)
  • 37a9b64 Merge pull request #391 from rojopolis/dependabot/docker/python-3.14.7-slim-t...
  • 7ad126c Bump python from 3.14.6-slim-trixie to 3.14.7-slim-trixie
  • fcc5ca8 Release 0.65.0 (#389)
  • f7c4783 Bump lxml from 5.4.0 to 6.1.1 (#388)
  • ef5beca Merge pull request #387 from rojopolis/dependabot/github_actions/docker/login...
  • 43ad8fd Merge pull request #386 from rojopolis/dependabot/github_actions/rojopolis/sp...
  • 4441ce6 Bump docker/login-action from 4.5.1 to 4.6.0
  • 55afec6 Bump rojopolis/spellcheck-github-actions from 0.63.0 to 0.64.0
  • 07dfc2d Corrected release date
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@cla-assistant

cla-assistant Bot commented Jul 21, 2026

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov-commenter

codecov-commenter commented Jul 21, 2026 •

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.14%. Comparing base (ad86525) to head (4413369).

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable    #1157      +/-   ##
============================================
+ Coverage     71.13%   71.14%   +0.01%     
============================================
  Files           168      168              
  Lines         30536    30536              
============================================
+ Hits          21721    21725       +4     
+ Misses         8815     8811       -4     
Flag Coverage Δ
rust 71.14% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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

@dependabot dependabot Bot changed the title chore(ci): bump the actions-patch-minor group with 2 updates chore(ci): bump the actions-patch-minor group across 1 directory with 2 updates Jul 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/unstable/actions-patch-minor-56d28b13c4 branch from b05c3f0 to a388f0f Compare July 27, 2026 06:37
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/unstable/actions-patch-minor-56d28b13c4 branch from a388f0f to f8d8e91 Compare August 3, 2026 06:39
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/unstable/actions-patch-minor-56d28b13c4 branch 2 times, most recently from 2839ae2 to c39cdbc Compare August 17, 2026 06:36
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/unstable/actions-patch-minor-56d28b13c4 branch from c39cdbc to d118580 Compare August 24, 2026 06:39
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/unstable/actions-patch-minor-56d28b13c4 branch from d118580 to b2c3994 Compare August 31, 2026 06:39
… 2 updates

Bumps the actions-patch-minor group with 2 updates in the / directory: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions).


Updates `anthropics/claude-code-action` from 1.0.127 to 1.0.222
- [Release notes](https://github.com/anthropics/claude-code-action/releases)
- [Commits](anthropics/claude-code-action@v1.0.127...v1.0.222)

Updates `rojopolis/spellcheck-github-actions` from 0.46.0 to 0.66.0
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](rojopolis/spellcheck-github-actions@0.46.0...0.66.0)

---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
  dependency-version: 1.0.179
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-patch-minor
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-version: 0.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-patch-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/unstable/actions-patch-minor-56d28b13c4 branch from b2c3994 to 4413369 Compare September 14, 2026 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant