Skip to content

chore(deps): bump rojopolis/spellcheck-github-actions from 0.63.0 to 0.63.1 - #675

Closed
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/github_actions/staging/rojopolis/spellcheck-github-actions-0.63.1
Closed

chore(deps): bump rojopolis/spellcheck-github-actions from 0.63.0 to 0.63.1#675
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/github_actions/staging/rojopolis/spellcheck-github-actions-0.63.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor

Bumps rojopolis/spellcheck-github-actions from 0.63.0 to 0.63.1.

Release notes

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

0.63.1

What's Changed

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

Changelog

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

Change Log for spellcheck-github-actions

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 (pyspellingimportlib-metadatazipp) 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

0.59.0, 2026-03-02, feature release, update recommended

  • Improvements have been added to the docker entrypoint, based on a PR from @​akohout-hai which fixes an issue with handling of spaces in files names and directories, see PR #322 for details. This is his first contribution to the project and I want to thank him for his contribution, which is highly appreciated.

  • Docker based image updated to Python 3.14.3 slim trixie via PR #320 from Dependabot.

0.58.0, 2026-01-20, security release, update not required

  • A minor security issue in the dependency: pymdown-extensions, which is used by the core component PySpelling

... (truncated)

Commits
  • b1a70f1 Merge pull request #381 from rojopolis/release/0.63.1
  • 6e33b9e Add arkq to wordlist to fix spellcheck CI failure
  • c1ed676 Release 0.63.1
  • 6ad88c0 Merge pull request #379 from rojopolis/fix/bracex-glob-matching-issue-378
  • 147af2c Bump bracex from 2.5.post1 to 3.0.1 to fix glob source matching
  • 9f63e07 Merge pull request #376 from rojopolis/dependabot/github_actions/actions/chec...
  • 57a3644 Bump actions/checkout from 7.0.0 to 7.0.1
  • bdbd7a8 Merge pull request #375 from rojopolis/dependabot/github_actions/docker/metad...
  • 1e8b049 Bump docker/metadata-action from 6.1.0 to 6.2.0
  • 9b23c08 Merge pull request #374 from rojopolis/dependabot/github_actions/docker/build...
  • 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 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 [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.63.0 to 0.63.1.
- [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@e619e00...b1a70f1)

---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-version: 0.63.1
  dependency-type: direct:production
  update-type: version-update:semver-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 Aug 2, 2026
@overcut-ai

overcut-ai Bot commented Aug 2, 2026

Copy link
Copy Markdown

Completed Working on "Code Review"

✅ Code review complete. No issues found - all changes look good! ✅

✅ Workflow completed successfully.


👉 View complete log

@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/rojopolis/spellcheck-github-actions b1a70f135d603e77d2828ef5ac7557de26657d3f 🟢 4.7
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Code-Review⚠️ 0Found 0/5 approved changesets -- score normalized to 0
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 8dependency not pinned by hash detected -- score normalized to 8
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Packaging🟢 10packaging workflow detected

Scanned Files

  • .github/workflows/spellcheck.yml

@barakb

barakb commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Combined into #678.

@barakb barakb closed this Aug 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/staging/rojopolis/spellcheck-github-actions-0.63.1 branch August 3, 2026 08:25
galshubeli pushed a commit that referenced this pull request Aug 4, 2026
Combines the following Dependabot updates into a single PR:
- Bump mcp from 1.27.2 to 1.28.1 (#663)
- Bump actions/setup-python from 6.3.0 to 7.0.0 (#665)
- Bump actions/checkout from 7.0.0 to 7.0.1 (#666)
- Bump astral-sh/setup-uv from 8.3.2 to 9.0.0 (#667)
- Bump openai from 2.45.0 to 2.48.0 (#668)
- Bump fastapi from 0.139.0 to 0.140.0 (#669)
- Bump sqlglot from 30.12.0 to 30.13.0 (#670)
- Bump snowflake-connector-python from 4.6.0 to 4.7.1 (#671)
- Bump fastmcp from 3.2.4 to 3.4.4 (#672)
- Bump brace-expansion from 5.0.7 to 5.0.9 (latest available) in /app (#674)
- Bump rojopolis/spellcheck-github-actions from 0.63.0 to 0.63.1 (#675)
- Bump docker/login-action from 4.4.0 to 4.6.0 (#676)
- Bump the npm-minor-patch group across 1 directory with 29 updates in /app (#677)

Verified locally: uv run pytest (210 passed), uv run pylint (10.00/10),
npm run lint and npm run build (in app/), all against a running
FalkorDB container.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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