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

Bump ludeeus/action-shellcheck from 0.1.0 to 2.0.0 #3

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2023

Bumps ludeeus/action-shellcheck from 0.1.0 to 2.0.0.

Release notes

Sourced from ludeeus/action-shellcheck's releases.

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

New Contributors

Thank you all! 🎉

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 17, 2023
@mmitch
Copy link
Owner

mmitch commented Dec 17, 2023

@dependabot rebase

Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 0.1.0 to 2.0.0.
- [Release notes](https://github.com/ludeeus/action-shellcheck/releases)
- [Commits](ludeeus/action-shellcheck@0.1.0...2.0.0)

---
updated-dependencies:
- dependency-name: ludeeus/action-shellcheck
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/ludeeus/action-shellcheck-2.0.0 branch from 19a8764 to 8041c0a Compare December 17, 2023 20:18
Check all files together to prevent these notes:

```
./bash-n-simplebot:32:8: note: Not following: bash-n-client was not specified as input (see shellcheck -x). [SC1091]
./bash-n-towerbot:33:8: note: Not following: bash-n-client was not specified as input (see shellcheck -x). [SC1091]
./bash-n-slothbot:30:8: note: Not following: bash-n-client was not specified as input (see shellcheck -x). [SC1091]
./bash-n-failbot:30:8: note: Not following: bash-n-client was not specified as input (see shellcheck -x). [SC1091]
```
@mmitch mmitch force-pushed the dependabot/github_actions/ludeeus/action-shellcheck-2.0.0 branch from de607db to 71575c0 Compare December 17, 2023 20:25
`calculate_move()` must be overwritten by a client implementation.  In
the 'include file' `bash-n-client`, ShellCheck correctly notes that
the `_die()` call in the boilerplate `calculate_move()` implementation
will make subsequent code unreachable.  But in this case that works as
designed, so just ignore the note.

```
./bash-n-client:103:5: note: Command appears to be unreachable. Check usage (or ignore if invoked indirectly). [SC2317]
```
@mmitch mmitch merged commit dc4006b into master Dec 17, 2023
1 check passed
@dependabot dependabot bot deleted the dependabot/github_actions/ludeeus/action-shellcheck-2.0.0 branch December 17, 2023 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant