Skip to content

Commit

Permalink
Merge pull request #157 from sksat/renovate/reviewdog-action-shellche…
Browse files Browse the repository at this point in the history
…ck-1.x

chore(deps): update reviewdog/action-shellcheck action to v1.19.0
  • Loading branch information
sksat authored Sep 7, 2023
2 parents 2b9e9bc + a16e40d commit efcc2f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: shellcheck(github-pr-review)
if: ${{ github.event_name }} == 'pull_request'
uses: reviewdog/action-shellcheck@v1.18.1
uses: reviewdog/action-shellcheck@v1.19.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
filter_mode: added
Expand All @@ -50,7 +50,7 @@ jobs:
- name: shellcheck(github-pr-check)
if: ${{ github.event_name }} == 'pull_request'
uses: reviewdog/action-shellcheck@v1.18.1
uses: reviewdog/action-shellcheck@v1.19.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
filter_mode: nofilter
Expand All @@ -61,7 +61,7 @@ jobs:
compose-cd
- name: shellcheck(github-check)
uses: reviewdog/action-shellcheck@v1.18.1
uses: reviewdog/action-shellcheck@v1.19.0
if: github.event_name == 'push'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit efcc2f5

Please sign in to comment.