Update actions/cache v3 -> v4 - #6
Open
mattgodbolt wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds automated linting for this repository’s GitHub Actions workflows using actionlint, aligning with the org-wide rollout and ensuring workflow changes are validated on PRs/pushes that touch workflow/config files.
Changes:
- Added a new workflow to run actionlint when
.github/workflows/**or.github/actionlint.yamlchanges. - Added an
.github/actionlint.yamlconfiguration (including shellcheck info/style suppression and self-hosted runner labels). - Bumped
actions/cachefromv3tov4in CI.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/lint-actions.yml | New workflow to lint GitHub Actions workflow files with actionlint on relevant changes. |
| .github/workflows/ci.yml | Updates CI cache action to actions/cache@v4. |
| .github/actionlint.yaml | Adds actionlint configuration (runner labels + shellcheck severity gating). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - name: Checkout repository | ||
| uses: actions/checkout@v4 | ||
| - name: Check workflow files | ||
| uses: docker://rhysd/actionlint:1.7.12 |
- actions/cache v3 -> v4 Found by an org-wide actionlint sweep; the lint tooling itself is staying in the core repos only, but these fixes stand on their own. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
mattgodbolt
force-pushed
the
add-actionlint
branch
from
July 10, 2026 21:52
992f361 to
014aade
Compare
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.
Found by an org-wide actionlint sweep. Per review feedback the lint tooling itself is staying in the core repos (compiler-explorer, infra, compiler-workflows) — this PR keeps just the fixes, which stand on their own:
🤖 Generated with Claude Code