fix(ci): bump the editorconfig-checker action past the v4 rename - #37
Open
yukimemi wants to merge 1 commit into
Open
fix(ci): bump the editorconfig-checker action past the v4 rename#37yukimemi wants to merge 1 commit into
yukimemi wants to merge 1 commit into
Conversation
The `editorconfig` job has been failing on every consumer repo with
Error: The binary 'ec-linux-amd64*' not found
not on a rule violation. `editorconfig-checker` v4.0.0 renamed its release
assets from `ec-<os>-<arch>` to `editorconfig-checker-<os>-<arch>`, and
`action-editorconfig-checker@v2` still looks for the old name, so it cannot
fetch the binary it is supposed to run.
`v3.0.0` of the action is exactly that fix - "support editorconfig-checker
binary name for v4 with legacy `ec` fallback" - and it shipped today.
Found on yukimemi/magi, where the job had gone red on every commit since the
sweep switched it on. Worth pinning rather than floating on `v3`: this is the
second time the pair has drifted, and a tag keeps Renovate in charge of when
it moves.
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
The
editorconfigjob has been failing on every consumer repo, and not on a rule violation:editorconfig-checkerv4.0.0 renamed its release assets fromec-<os>-<arch>toeditorconfig-checker-<os>-<arch>.action-editorconfig-checker@v2still looks for the old name, so it cannot fetch the binary it is meant to run — the job fails before it ever reads an.editorconfig.v3.0.0 of the action is that fix, released today:
How it surfaced
On
yukimemi/magi, where the job had been red on every commit since the sweep switched it on — and where it briefly blocked a release, because makingeditorconfiga required status check turned a broken action into an unmergeable repository.Pinned to
v3.0.0rather than floated onv3: this pair has now drifted twice, and a tag keeps Renovate in charge of when it moves — which is what the# renovate:comment above the pin is for.