chore: bump actionlint to 1.7.12 in lint-workflows#259
Merged
Conversation
HowardBraham
approved these changes
Jun 4, 2026
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.
Description
Bumps
actionlintfrom1.7.7to1.7.12in the reusablelint-workflowsworkflow to pick up support for newer GitHub Actions features.The
download-actionlint.bashscript ref is unchanged; only the pinnedactionlintversion it installs is bumped.Changes
.github/workflows/lint-workflows.yml:1.7.7→1.7.12CHANGELOG.md: add entry under[Unreleased]Notes
This is a non-breaking change, so it should land in the next
minorrelease (1.12.0). Consumers referencing the reusable workflow via@v1will pick it up automatically once released.Note
Low Risk
CI-only dependency version bump with no application, auth, or data-handling changes.
Overview
Updates the reusable
lint-workflowsworkflow so CI installs actionlint1.7.12instead of1.7.7, and pins the upstreamdownload-actionlint.bashscript to a newer commit on the rhysd/actionlint repo. A[Unreleased]changelog entry documents the bump.Consumers that call this workflow (e.g.
main.yml) get stricter or more accurate workflow linting for newer GitHub Actions syntax without changing workflow structure.Reviewed by Cursor Bugbot for commit 3bc393d. Bugbot is set up for automated code reviews on this repo. Configure here.