dotboris / alt

A simple version manager tool for switching between different versions of commands
MIT License
86 stars 5 forks source link

Update ludeeus/action-shellcheck action to v2 #288

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ludeeus/action-shellcheck action major 1.1.0 -> 2.0.0

Release Notes

ludeeus/action-shellcheck ### [`v2.0.0`](https://togithub.com/ludeeus/action-shellcheck/releases/tag/2.0.0) [Compare Source](https://togithub.com/ludeeus/action-shellcheck/compare/1.1.0...2.0.0) ##### Deprecations - The `ignore` option has been deprecated in favor of `ignore_paths` and `ignore_names`. - The `ignore` option will be removed at a later stage. - The `disable_matcher` option has been deprecated as problem matches were not working and have been removed, so it no longer served a purpose. - The `disable_matcher` option will be removed at a later stage. ##### What's Changed - typo by [@​ineiti](https://togithub.com/ineiti) in [https://github.com/ludeeus/action-shellcheck/pull/47](https://togithub.com/ludeeus/action-shellcheck/pull/47) - Do not run shellcheck on zsh scripts. in [https://github.com/ludeeus/action-shellcheck/pull/48](https://togithub.com/ludeeus/action-shellcheck/pull/48) - Allow specifying ShellCheck version by [@​Cellane](https://togithub.com/Cellane) in [https://github.com/ludeeus/action-shellcheck/pull/44](https://togithub.com/ludeeus/action-shellcheck/pull/44) - Updated matchers to account for "./" file prefixes by [@​fearphage](https://togithub.com/fearphage) in [https://github.com/ludeeus/action-shellcheck/pull/42](https://togithub.com/ludeeus/action-shellcheck/pull/42) - Use "version" instead of "shellcheck_version" for the input by [@​ludeeus](https://togithub.com/ludeeus) in [https://github.com/ludeeus/action-shellcheck/pull/50](https://togithub.com/ludeeus/action-shellcheck/pull/50) - Remove checking subdir and suffix for bin by [@​ludeeus](https://togithub.com/ludeeus) in [https://github.com/ludeeus/action-shellcheck/pull/51](https://togithub.com/ludeeus/action-shellcheck/pull/51) - Split ignore into ignore_paths and ignore_names by [@​ludeeus](https://togithub.com/ludeeus) in [https://github.com/ludeeus/action-shellcheck/pull/52](https://togithub.com/ludeeus/action-shellcheck/pull/52) - Add separate matcher for note to transform to notice by [@​ludeeus](https://togithub.com/ludeeus) in [https://github.com/ludeeus/action-shellcheck/pull/53](https://togithub.com/ludeeus/action-shellcheck/pull/53) - Exact path matching ignore path by [@​bi1yeu](https://togithub.com/bi1yeu) in [https://github.com/ludeeus/action-shellcheck/pull/59](https://togithub.com/ludeeus/action-shellcheck/pull/59) - Fix warnings reported by shellcheck by [@​arkq](https://togithub.com/arkq) in [https://github.com/ludeeus/action-shellcheck/pull/61](https://togithub.com/ludeeus/action-shellcheck/pull/61) - Cleanup debug information by [@​ludeeus](https://togithub.com/ludeeus) in [https://github.com/ludeeus/action-shellcheck/pull/67](https://togithub.com/ludeeus/action-shellcheck/pull/67) - Deprecate ignore by [@​ludeeus](https://togithub.com/ludeeus) in [https://github.com/ludeeus/action-shellcheck/pull/68](https://togithub.com/ludeeus/action-shellcheck/pull/68) - Replace deprecated set-output by [@​bostonaholic](https://togithub.com/bostonaholic) in [https://github.com/ludeeus/action-shellcheck/pull/70](https://togithub.com/ludeeus/action-shellcheck/pull/70) - Pass inputs to env before reading by [@​dotboris](https://togithub.com/dotboris) in [https://github.com/ludeeus/action-shellcheck/pull/66](https://togithub.com/ludeeus/action-shellcheck/pull/66) - Use INPUT_\* for input env to match documentation by [@​ludeeus](https://togithub.com/ludeeus) in [https://github.com/ludeeus/action-shellcheck/pull/71](https://togithub.com/ludeeus/action-shellcheck/pull/71) - Remove debug messages by [@​ludeeus](https://togithub.com/ludeeus) in [https://github.com/ludeeus/action-shellcheck/pull/72](https://togithub.com/ludeeus/action-shellcheck/pull/72) - Add back display version by [@​ludeeus](https://togithub.com/ludeeus) in [https://github.com/ludeeus/action-shellcheck/pull/73](https://togithub.com/ludeeus/action-shellcheck/pull/73) - Add permissions key to workflows and example by [@​ludeeus](https://togithub.com/ludeeus) in [https://github.com/ludeeus/action-shellcheck/pull/74](https://togithub.com/ludeeus/action-shellcheck/pull/74) - Limit PR actions to master by [@​ludeeus](https://togithub.com/ludeeus) in [https://github.com/ludeeus/action-shellcheck/pull/75](https://togithub.com/ludeeus/action-shellcheck/pull/75) - Bump actions/checkout to v3 by [@​ludeeus](https://togithub.com/ludeeus) in [https://github.com/ludeeus/action-shellcheck/pull/76](https://togithub.com/ludeeus/action-shellcheck/pull/76) - Add dependabot config for actions by [@​ludeeus](https://togithub.com/ludeeus) in [https://github.com/ludeeus/action-shellcheck/pull/77](https://togithub.com/ludeeus/action-shellcheck/pull/77) - README: suggest use of line folding by [@​Cireo](https://togithub.com/Cireo) in [https://github.com/ludeeus/action-shellcheck/pull/82](https://togithub.com/ludeeus/action-shellcheck/pull/82) - Add basic devcontainer by [@​ludeeus](https://togithub.com/ludeeus) in [https://github.com/ludeeus/action-shellcheck/pull/84](https://togithub.com/ludeeus/action-shellcheck/pull/84) - Set 0.9.0 as example version by [@​ludeeus](https://togithub.com/ludeeus) in [https://github.com/ludeeus/action-shellcheck/pull/85](https://togithub.com/ludeeus/action-shellcheck/pull/85) - Remove problem matchers before exit by [@​ludeeus](https://togithub.com/ludeeus) in [https://github.com/ludeeus/action-shellcheck/pull/86](https://togithub.com/ludeeus/action-shellcheck/pull/86) - Remove non-working problem matchers. by [@​ludeeus](https://togithub.com/ludeeus) in [https://github.com/ludeeus/action-shellcheck/pull/88](https://togithub.com/ludeeus/action-shellcheck/pull/88) ##### New Contributors - [@​ineiti](https://togithub.com/ineiti) made their first contribution in [https://github.com/ludeeus/action-shellcheck/pull/47](https://togithub.com/ludeeus/action-shellcheck/pull/47) - [@​Cellane](https://togithub.com/Cellane) made their first contribution in [https://github.com/ludeeus/action-shellcheck/pull/44](https://togithub.com/ludeeus/action-shellcheck/pull/44) - [@​fearphage](https://togithub.com/fearphage) made their first contribution in [https://github.com/ludeeus/action-shellcheck/pull/42](https://togithub.com/ludeeus/action-shellcheck/pull/42) - [@​bi1yeu](https://togithub.com/bi1yeu) made their first contribution in [https://github.com/ludeeus/action-shellcheck/pull/59](https://togithub.com/ludeeus/action-shellcheck/pull/59) - [@​arkq](https://togithub.com/arkq) made their first contribution in [https://github.com/ludeeus/action-shellcheck/pull/61](https://togithub.com/ludeeus/action-shellcheck/pull/61) - [@​bostonaholic](https://togithub.com/bostonaholic) made their first contribution in [https://github.com/ludeeus/action-shellcheck/pull/70](https://togithub.com/ludeeus/action-shellcheck/pull/70) - [@​dotboris](https://togithub.com/dotboris) made their first contribution in [https://github.com/ludeeus/action-shellcheck/pull/66](https://togithub.com/ludeeus/action-shellcheck/pull/66) - [@​Cireo](https://togithub.com/Cireo) made their first contribution in [https://github.com/ludeeus/action-shellcheck/pull/82](https://togithub.com/ludeeus/action-shellcheck/pull/82) Thank you all! 🎉 **Full Changelog**: https://github.com/ludeeus/action-shellcheck/compare/1.1.0...2.0.0

Configuration

📅 Schedule: Branch creation - "after 2pm on friday" in timezone America/Toronto, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.