Skip to content

fix: broken version of actionlint#212

Merged
martimlobao merged 1 commit intomainfrom
fix/actionlint
Jan 30, 2026
Merged

fix: broken version of actionlint#212
martimlobao merged 1 commit intomainfrom
fix/actionlint

Conversation

@martimlobao
Copy link
Owner

@martimlobao martimlobao commented Jan 30, 2026


Note

Low Risk
Low risk: only changes the GitHub Actions workflow dependency pin for actionlint, affecting CI linting but not production code or runtime behavior.

Overview
Fixes CI linting by bumping actionlint. The Lint PR workflow updates the pinned raven-actions/actionlint action from v2.1.0 to v2.1.1 (new commit SHA) to address the broken prior version.

Written by Cursor Bugbot for commit 6924328. This will update automatically on new commits. Configure here.

- caused by unpinned deps (i thought this was the whole point of pinning versions??)
- see: raven-actions/actionlint#52
@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Jan 30, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates the GitHub Actions workflow to use a newer, fixed, and pinned commit of raven-actions/actionlint, addressing issues caused by an earlier broken version.

File-Level Changes

Change Details Files
Update the pinned raven-actions/actionlint GitHub Action to a new commit that corresponds to v2.1.1, fixing the previously broken version.
  • Change the uses reference in the lint_pr workflow from the old actionlint commit (v2.1.0) to the new commit (v2.1.1).
  • Keep the rest of the lint_pr workflow configuration unchanged, maintaining existing job and step setup.
.github/workflows/lint_pr.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@martimlobao martimlobao merged commit 7118922 into main Jan 30, 2026
19 checks passed
@martimlobao martimlobao deleted the fix/actionlint branch January 30, 2026 19:25
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