Skip to content

Commit

Permalink
build(deps): bump reviewdog/action-shellcheck from 1.20.0 to 1.27.0
Browse files Browse the repository at this point in the history
Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 1.20.0 to 1.27.0.
- [Release notes](https://github.com/reviewdog/action-shellcheck/releases)
- [Commits](reviewdog/action-shellcheck@72365a5...ccaafec)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent a84e321 commit 07418b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: shellcheck
# Make sure the action is pinned to a commit, as all reviewdog repos
# have hundreds of contributors with write access (breaks easy/often)
uses: reviewdog/action-shellcheck@72365a51bf6476fe952a117c3ff703eb7775e40a # v1.20.0
uses: reviewdog/action-shellcheck@ccaafec556ffa154f112bfcb7b9c9574190b7091 # v1.27.0
with:
filter_mode: "file"
fail_on_error: true

0 comments on commit 07418b1

Please sign in to comment.