chore: add editorconfig-checker/action-editorconfig-checker#491
Merged
dfoulks1 merged 1 commit intoapache:mainfrom Feb 27, 2026
Merged
Conversation
potiuk
added a commit
that referenced
this pull request
Mar 30, 2026
…dling The Docker container was hardcoded to node:20-slim, causing large spurious diffs when verifying actions built with a different Node.js version (e.g. azure/setup-helm v5.0.0 which switched to node24). Now detects the Node.js version from the action's action.yml `using:` field before building. Also fix the PR diff extraction regex to match `use:` in addition to `uses:` so that PRs with this common typo (e.g. #491) can still be processed. Generated-by: Claude
3 tasks
potiuk
added a commit
that referenced
this pull request
Mar 30, 2026
…dling The Docker container was hardcoded to node:20-slim, causing large spurious diffs when verifying actions built with a different Node.js version (e.g. azure/setup-helm v5.0.0 which switched to node24). Now detects the Node.js version from the action's action.yml `using:` field before building. Also fix the PR diff extraction regex to match `use:` in addition to `uses:` so that PRs with this common typo (e.g. #491) can still be processed. Generated-by: Claude
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.
Request for adding a new GitHub Action to the allow list
Overview
This GitHub Action, which wraps the
editorconfig-checkertool, to check if the files follows the.editorconfigrules.Name of action:
editorconfig-checker/action-editorconfig-checkerURL of action:
https://github.com/editorconfig-checker/action-editorconfig-checker
Version to pin to (hash only):
4b6cd6190d435e7e084fb35e36a096e98506f7b9-> v2.1.0Permissions
In terms of workflow that would use this action, only the following permission block is defined:
Related Actions
None that I could find
Checklist
You should be able to check most of these boxes for an action to be considered for review.
Please check all boxes that currently apply: