Skip to content

Commit

Permalink
Merge pull request #244 from grische/update_shellcheck_action
Browse files Browse the repository at this point in the history
github: update action-shellcheck to v1.18.1
  • Loading branch information
grische committed Jul 23, 2023
2 parents 833829e + 4aee035 commit 9ed315b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Shell Linting
on:

on: # yamllint disable-line rule:truthy
workflow_dispatch:
push:
branches:
Expand All @@ -21,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@66c9a47bf02255b250284a82251cb4cadf5043f5 # v1.15.0
uses: reviewdog/action-shellcheck@50e5e1e2284575f23a1e409d9c0804cdfc4f6e31 # v1.18.1
with:
filter_mode: "file"
fail_on_error: true

0 comments on commit 9ed315b

Please sign in to comment.