Conversation
Add .github/workflows/actionlint.yml as a one-line caller of the shared reusable workflow apache/maven-gh-actions-shared/.github/workflows/actionlint.yml@v5, which runs actionlint through github/super-linter (restricted to the GitHub Actions validator; the ASF allowed-actions policy does not permit the stand-alone actionlint action). Replaces the standalone approach in apache#13083. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SzYpt848HdNm1xVA4vBR3F
actionlint (via the shared workflow) flags the unquoted redirections in the two "Extract Maven distribution" steps. Quote them, matching the fix already applied in the actionlint workflow itself. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SzYpt848HdNm1xVA4vBR3F
gnodet
self-requested a review
September 21, 2026 07:49
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.
Adds actionlint linting of this repository's GitHub Actions workflows, using the shared reusable workflow
apache/maven-gh-actions-shared/.github/workflows/actionlint.yml@v5(a one-line caller) instead of a standalone super-linter setup.$GITHUB_ENV/$GITHUB_PATHin the two "Extract Maven distribution" steps inmaven.yml(SC2086) that actionlint flags — the same class of fix that Lint GitHub Actions workflows with actionlint #13083 already applied in the actionlint workflow itself.Draft: depends on apache/maven-gh-actions-shared#322 landing on
v5first — the@v5caller resolves only then. Verified green end-to-end against the fork branch of the shared workflow (super-linterslim-v7.1.0, actionlint 1.7.1).🤖 Generated with Claude Code
https://claude.ai/code/session_01SzYpt848HdNm1xVA4vBR3F