Skip to content

Commit

Permalink
chore(deps): update reviewdog/action-shellcheck action to v1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 14, 2024
1 parent 8cff99c commit 4cbc540
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.19.0
uses: reviewdog/action-shellcheck@v1.26.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.19.0
uses: reviewdog/action-shellcheck@v1.26.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.19.0
uses: reviewdog/action-shellcheck@v1.26.0
if: github.event_name == 'push'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4cbc540

Please sign in to comment.