ludeeus / action-shellcheck

GitHub action for ShellCheck.
MIT License
292 stars 69 forks source link

Release request: post-1.1.0 #80

Closed paulo-ferraz-oliveira closed 1 year ago

paulo-ferraz-oliveira commented 1 year ago

Hi.

First of all, thank you for this action. I've been using it with success in several projects.

Recently, there was a bump in the underlying shellcheck version which, via fixing some issues, surfaced some others.

I was caught off guard, but still was able to fix those issues. Upon visiting this actions' page I found that I can specify with element version, to fix the underlying shellcheck version to use, but this seems to exist only in the master branch.

Since I consider CI to be less stable if I use master (which is effectively what caught me off guard in the first place) I'm requesting a post-1.1.0 release, if possible.

Thank you.

jaapmarcus commented 1 year ago

See: https://github.com/ludeeus/action-shellcheck/issues/78 or https://github.com/ludeeus/action-shellcheck/issues/79

Use instead https://github.com/hestiacp/hestiacp/blob/34bd8d630e1a040f22ecc425766e05802c3a6bd7/.github/workflows/lint.yml#L31-L32

paulo-ferraz-oliveira commented 1 year ago

I see... thanks for the references.

Note: I did search the issues, but not closed ones 😢