Skip to content

Bump rojopolis/spellcheck-github-actions from 0.60.0 to 0.61.0 - #100

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/rojopolis/spellcheck-github-actions-0.61.0
Closed

Bump rojopolis/spellcheck-github-actions from 0.60.0 to 0.61.0#100
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/rojopolis/spellcheck-github-actions-0.61.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps rojopolis/spellcheck-github-actions from 0.60.0 to 0.61.0.

Release notes

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

0.61.0

What's Changed

Full Changelog: rojopolis/spellcheck-github-actions@0.60.0...0.61.0

Changelog

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

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

0.57.0, 2026-01-14, maintenance release, update not required

  • Docker based image updated to Python 3.14.2 slim trixie via PR #310 from Dependabot. The version is the same, the image has had updates.

0.56.0, 2025-12-27, feature and maintenance release, update not required

0.55.0, 2025-11-27, maintenance release, update not required

  • Via an issue #293 from @​shoverbj, an update to the core component PySpelling from version 2.12.0 to version 2.12.1 was made, this allows for use of large dictionaries with Aspell

0.54.0, 2025-11-05, feature release, update not required

0.53.0, 2025-10-25, maintenance release, update not required

  • Docker image updated to Python 3.14.0 trixie slim Release notes for Python 3.14.0, this originated from the PR mentioned below, however updated to Trixie from Bookworm and as always the slim variant is used

  • Bumped the requirement for cython to 3.0.11 or above, addressing a build issue with lxml, located when testing the PR : #274 from @​dependabot, the above update of Python

  • In general the Docker build file had a few updates since the above changes required some tweaking of the Dockerfile

    • Order of installation of dependencies adjusted to ensure that lxml can build correctly
    • Installation of:

... (truncated)

Commits
  • ca94733 Merge pull request #353 from rojopolis/release_0.61.0
  • fcd939d Potential fix for pull request finding
  • d472ce6 Potential fix for pull request finding
  • 484a1f2 Preparing release for 0.61.0 and working on using claude for release preparation
  • 5af1527 Merge pull request #351 from rojopolis/dependabot/github_actions/docker/setup...
  • 96a2036 Merge pull request #352 from rojopolis/dependabot/github_actions/actions/chec...
  • 8f52249 Bump actions/checkout from 6.0.2 to 6.0.3
  • 5cff951 Bump docker/setup-qemu-action from 4.0.0 to 4.1.0
  • 81db2e8 Merge pull request #350 from rojopolis/dependabot/github_actions/docker/login...
  • bc10c5e Merge pull request #347 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.60.0 to 0.61.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.60.0...0.61.0)

---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-version: 0.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 15, 2026
@kusari-inspector

Copy link
Copy Markdown

Kusari Inspector

Kusari Analysis Results:

Do not proceed without addressing issues

Caution

Flagged Issues Detected
These changes contain flagged issues that may introduce security risks.

The dependency analysis found no pinned version dependency changes, presenting no additional risk. However, the code analysis identified 2 high-severity supply chain risks in the GitHub Actions workflow files (.github/workflows/es-spellcheck.yml and .github/workflows/spellcheck.yml). In both files, the action rojopolis/spellcheck-github-actions is referenced using a mutable version tag (@0.61.0) rather than an immutable commit SHA. Mutable tags can be silently reassigned by the upstream repository owner or a malicious actor who gains access, allowing arbitrary code execution within your CI/CD pipeline without any visible change to your workflow files. This represents a confirmed supply chain attack vector. We strongly recommend addressing this before merging by replacing the tag references with the full commit SHA corresponding to the 0.61.0 release of rojopolis/spellcheck-github-actions in both workflow files: uses: rojopolis/spellcheck-github-actions@<full-commit-sha>

Note

View full detailed analysis result for more information on the output and the checks that were run.

Required Code Mitigations

The action rojopolis/spellcheck-github-actions is pinned to a mutable version tag (@0.61.0) instead of an immutable commit SHA. Pin this action to a full commit SHA to prevent supply chain attacks. Look up the commit SHA for the desired release of rojopolis/spellcheck-github-actions and replace the tag reference with it.

uses: rojopolis/spellcheck-github-actions@<full-commit-sha>

The action rojopolis/spellcheck-github-actions is pinned to a mutable version tag (@0.61.0) instead of an immutable commit SHA. Pin this action to a full commit SHA to prevent supply chain attacks. Look up the commit SHA for the desired release of rojopolis/spellcheck-github-actions and replace the tag reference with it.

uses: rojopolis/spellcheck-github-actions@<full-commit-sha>

@kusari-inspector rerun - Trigger a re-analysis of this PR
@kusari-inspector feedback [your message] - Send feedback to our AI and team
See Kusari's documentation for setup and configuration.
Commit: 771ce61, performed at: 2026-06-15T08:44:09Z

Found this helpful? Give it a 👍 or 👎 reaction!

diff content/es/.wordlist.txt <(LC_ALL= sort -f content/es/.wordlist.txt)
- name: GitHub Spellcheck Action
uses: rojopolis/spellcheck-github-actions@0.60.0
uses: rojopolis/spellcheck-github-actions@0.61.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue: The action rojopolis/spellcheck-github-actions is pinned to a mutable version tag (@0.61.0) instead of an immutable commit SHA. Pin this action to a full commit SHA to prevent supply chain attacks. Look up the commit SHA for the desired release of rojopolis/spellcheck-github-actions and replace the tag reference with it.

Recommended Code Changes:

uses: rojopolis/spellcheck-github-actions@<full-commit-sha>


- name: GitHub Spellcheck Action
uses: rojopolis/spellcheck-github-actions@0.60.0
uses: rojopolis/spellcheck-github-actions@0.61.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue: The action rojopolis/spellcheck-github-actions is pinned to a mutable version tag (@0.61.0) instead of an immutable commit SHA. Pin this action to a full commit SHA to prevent supply chain attacks. Look up the commit SHA for the desired release of rojopolis/spellcheck-github-actions and replace the tag reference with it.

Recommended Code Changes:

uses: rojopolis/spellcheck-github-actions@<full-commit-sha>

@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #102.

@dependabot dependabot Bot closed this Jun 22, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/rojopolis/spellcheck-github-actions-0.61.0 branch June 22, 2026 08:43
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.

0 participants