Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with the newly introduced fail_level? #149

Closed
Tracked by #647
tagliala opened this issue Dec 26, 2024 · 3 comments · Fixed by #150
Closed
Tracked by #647

Issue with the newly introduced fail_level? #149

tagliala opened this issue Dec 26, 2024 · 3 comments · Fixed by #150
Assignees

Comments

@tagliala
Copy link

it appears that this input is not being detected

.github/workflows/github-actions-lint.yml:21:11: input "fail_level" is not defined in action "reviewdog/action-actionlint@v1". available inputs are "actionlint_flags", "fail_on_error", "filter_mode", "github_token", "level", "reporter", "reviewdog_flags", "tool_name" [action]
.github/workflows/rubocop.yml:39:11: input "fail_level" is not defined in action "reviewdog/action-rubocop@v2". available inputs are "fail_on_error", "filter_mode", "github_token", "level", "only_changed", "reporter", "reviewdog_flags", "rubocop_extensions", "rubocop_flags", "rubocop_version", "skip_install", "tool_name", "use_bundler", "workdir" [action]
reviewdog: found at least one issue with severity greater than or equal to the given level: any

I'm not familiar with this library, I don't know how to fix this

Also, I've tested against main with the same outcome

Ref: activeadmin/arbre#648

@massongit
Copy link
Contributor

This problem will be resolved when rhysd/actionlint#487 is released and reviewdog/action-actionlint is made compatible with it.

@massongit
Copy link
Contributor

massongit commented Dec 29, 2024

@tagliala rhysd/actionlint#487 was released as actionlint v1.7.5 and I released reviewdog/action-actionlint v1.61.0 which applied it.
Therefore, please retry running CI again with this applied.

@massongit massongit self-assigned this Dec 29, 2024
@tagliala
Copy link
Author

tagliala commented Dec 29, 2024

Thanks, CI passed as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants