-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Bump rojopolis/spellcheck-github-actions from 0.45.0 to 0.55.0 #19337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump rojopolis/spellcheck-github-actions from 0.45.0 to 0.55.0 #19337
Conversation
Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.45.0 to 0.55.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.45.0...0.55.0) --- updated-dependencies: - dependency-name: rojopolis/spellcheck-github-actions dependency-version: 0.55.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
WalkthroughUpdated the spellcheck GitHub Action dependency version from 0.45.0 to 0.55.0 in the pull request checks workflow configuration file. No workflow logic or additional steps were modified. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (1)
.github/workflows/pull-request-checks.yaml(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: Lint Code Base
- GitHub Check: pnpm publish
| echo "files=${files}" >> $GITHUB_ENV | ||
| - uses: rojopolis/spellcheck-github-actions@0.45.0 | ||
| - uses: rojopolis/spellcheck-github-actions@0.55.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
rojopolis/spellcheck-github-actions releases v0.45.0 to v0.55.0 breaking changes
💡 Result:
Do you want me to fetch the repository releases/changelog from GitHub and list any breaking changes between v0.45.0 and v0.55.0?
🏁 Script executed:
#!/bin/bash
# Fetch release information from GitHub API
curl -s 'https://api.github.com/repos/rojopolis/spellcheck-github-actions/releases' | \
jq -r '.[] | select(.tag_name >= "v0.45.0" and .tag_name <= "v0.55.0") |
"\(.tag_name): \(.published_at)\n\(.body)\n---\n"' | head -200Repository: PipedreamHQ/pipedream
Length of output: 47
🌐 Web query:
site:github.com/rojopolis/spellcheck-github-actions/releases v0.55.0
💡 Result:
I couldn't find a release tagged v0.55.0 for rojopolis/spellcheck-github-actions. The repository and GitHub Marketplace references show versions up through v0.54.0 (no v0.55.0 release/tag found). [1][2]
Sources:
- Repository (tags/releases listing). [1]
- GitHub Marketplace entry mentioning v0.54.0. [2]
🏁 Script executed:
#!/bin/bash
# Try alternative API format with simpler output
curl -s 'https://api.github.com/repos/rojopolis/spellcheck-github-actions/releases/tags/v0.55.0' | jq '.'Repository: PipedreamHQ/pipedream
Length of output: 211
🏁 Script executed:
#!/bin/bash
# Check if repository has a CHANGELOG file
fd -t f 'CHANGELOG|RELEASE|HISTORY' . --type f 2>/dev/null | head -20Repository: PipedreamHQ/pipedream
Length of output: 130
🏁 Script executed:
#!/bin/bash
# Check the current version of the action in the workflow file
cat -n .github/workflows/pull-request-checks.yaml | grep -A2 -B2 "spellcheck-github-actions"Repository: PipedreamHQ/pipedream
Length of output: 250
🌐 Web query:
rojopolis/spellcheck-github-actions latest version release tags
💡 Result:
The latest release tag is v0.51.0 (release "0.51.0" — 20 Jun, listed as Latest). [1]
Sources:
[1] GitHub Releases — rojopolis/spellcheck-github-actions (Releases page).
Version 0.55.0 does not exist for rojopolis/spellcheck-github-actions.
The action reference points to @0.55.0, which is not available in the repository. The latest release is v0.51.0 (Jun 20). This will cause the workflow to fail at runtime when GitHub Actions attempts to resolve this version. Update to a valid version tag, such as @0.51.0 or another existing release.
🤖 Prompt for AI Agents
.github/workflows/pull-request-checks.yaml lines 38-38: the workflow references
rojopolis/spellcheck-github-actions@0.55.0 which doesn't exist and will fail at
runtime; update the action reference to a valid release tag (for example
@0.51.0) or another existing version, and commit the updated version string in
the workflow file so GitHub Actions can resolve the action.
Bumps rojopolis/spellcheck-github-actions from 0.45.0 to 0.55.0.
Release notes
Sourced from rojopolis/spellcheck-github-actions's releases.
... (truncated)
Changelog
Sourced from rojopolis/spellcheck-github-actions's changelog.
... (truncated)
Commits
16d0338Preparing release 0.55.0 with an update of PySpelling to version 2.12.1 (#294)605a59eMerge pull request #291 from rojopolis/dependabot/github_actions/actions/chec...f4497bbBump actions/checkout from 5.0.1 to 6.0.01cae94cMerge pull request #290 from rojopolis/dependabot/github_actions/actions/chec...359c44aBump actions/checkout from 5.0.0 to 5.0.1fcf71b4Added initial revision of CODEOWNERS since this works for Dependabot and auto...8709763Added initial revision of CODEOWNERS since this works for Dependabot and auto...c5dddfaAdded initial revision of CODEOWNERS since this works for Dependabot and auto...5ecc8c4Merge pull request #288 from rojopolis/dependabot/github_actions/docker/setup...46323f3Merge pull request #286 from rojopolis/dependabot/github_actions/docker/metad...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.