Skip to content

Commit

Permalink
ci: update action-shellcheck to v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Mar 9, 2024
1 parent cd3f71e commit d66fc80
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 @@ -19,7 +19,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@96fa305c16b0f9cc9b093af22dcd09de1c8f1c2d # v1.19.0
uses: reviewdog/action-shellcheck@72365a51bf6476fe952a117c3ff703eb7775e40a # v1.20.0
with:
filter_mode: "file"
fail_on_error: true
Expand Down

0 comments on commit d66fc80

Please sign in to comment.