ci/editorconfig: Update the action to HEAD#211
Merged
Conversation
76b92a9 to
4a37b19
Compare
Collaborator
|
Wouldn't it be better to use the latest version but configure it properly ? |
Member
Author
|
I think this is a bug in the linter so I am trying to debug it. |
Collaborator
|
How it's going here ? |
025c937 to
0d9bc5e
Compare
The action recently started checking `.git/config`, causing the workflow to fail. This is likely caused by the recent bump of editorconfig’s Docker image from 2.4.0 to 2.7.0. Curiously, the issue does not occur when using 2.7.0 via the action from the main branch so let’s switch to that, pinning the commit since there is no tag yet. While at it, let’s also pin the editorconfig version to reduce the change of possible breakage in the future.
0d9bc5e to
d959a0e
Compare
Member
Author
|
I did not have time for deeper diagnosis but updating the action to HEAD seems to fix it as well. |
drupol
approved these changes
Feb 17, 2023
12 tasks
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 action recently started checking
.git/config, causing the workflow to fail.This is likely caused by the recent bump of editorconfig’s Docker image from 2.4.0 to 2.7.0.
Curiously, the issue does not occur when using 2.7.0 via the action from the main branch so let’s switch to that, pinning the commit since there is no tag yet.
While at it, let’s also pin the editorconfig version to reduce the change of possible breakage in the future.