luizm / action-sh-checker

A GitHub action that performs static analysis for shell scripts using shellcheck, shfmt and checkbashisms.
MIT License
132 stars 12 forks source link

Build breaks due to outdated binary download URL #20

Closed sfc-gh-jelsesiy closed 4 years ago

sfc-gh-jelsesiy commented 4 years ago

Using 0.1.4 of this action breaks the build with the following error message:

Please update to the new URL:
https://github.com/koalaman/shellcheck/releases/download/v0.7.0/shellcheck-v0.7.0.linux.x86_64.tar.xz

For more information, see:
https://github.com/koalaman/shellcheck/issues/1871

PS: Sorry for breaking your build. The hosting costs were getting out of hand :(

Should be a quick fix, thanks!

sfc-gh-jelsesiy commented 4 years ago

My bad, was using an old release from the GitHub Actions Marketplace example.