Release 0.62.0#361
Merged
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the 0.62.0 security release by updating the published action image tag, bumping README usage examples to the new version, and adding a matching changelog entry.
Changes:
- Update
action.ymlto reference the0.62.0Docker image tag. - Update
README.mdworkflow examples to userojopolis/spellcheck-github-actions@0.62.0. - Add a
0.62.0release entry toCHANGELOG.mdsummarizing the security-related dependency bumps and workflow cleanup PRs.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Bumps uses: references to 0.62.0 in documented workflow examples (also contains YAML examples needing indentation fixes). |
| CHANGELOG.md | Adds the 0.62.0 release notes with links to the relevant PRs. |
| action.yml | Updates the action’s Docker image reference to 0.62.0. |
Comments suppressed due to low confidence (1)
README.md:381
- The YAML example under
config_pathis not valid because the keys underwith:are not indented. In GitHub Actions workflows, inputs must be nested underwith:.
uses: rojopolis/spellcheck-github-actions@0.62.0
with:
config_path: config/.spellcheck.yml # put path to configuration file here
source_files: source/scanning.md source/triggers.md
task_name: Markdown
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
jonasbn
commented
Jun 19, 2026
jonasbn
left a comment
Collaborator
Author
There was a problem hiding this comment.
This is approved ✅
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.62.0 — security release, update recommended
Changes since 0.61.0
lxmlfrom 5.3.0 to 5.4.0 to address known CVEs (Bumped lxml version to address known CVEs #357)pymdown-extensionsto patched version 10.21.3 (Upgrade for pymdown-extensions #358)Markdownfrom 3.7 to 3.8.1 to patched version (Bumped Markdown dependency version to patched version #359)zizmorand removed ratchet annotations (Workflow clean up #355, More workflow clean up #356)Files changed
action.yml— image bumped to0.62.0README.md— alluses:references bumped to0.62.0CHANGELOG.md— entry added for0.62.0