From a16e40d0722db8e7416b6cd5eb02db4978440387 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 00:33:32 +0000 Subject: [PATCH] chore(deps): update reviewdog/action-shellcheck action to v1.19.0 --- .github/workflows/shellcheck.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 318c70a..01f788d 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -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 @@ -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 @@ -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 }}