From ab0e6e81dc1a27e7c815182946398290d0bb3212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 13:04:14 +0000 Subject: [PATCH] Bump reviewdog/action-shellcheck from 1.16 to 1.17 Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 1.16 to 1.17. - [Release notes](https://github.com/reviewdog/action-shellcheck/releases) - [Commits](https://github.com/reviewdog/action-shellcheck/compare/v1.16...v1.17) --- updated-dependencies: - dependency-name: reviewdog/action-shellcheck dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 88258d1..ddf19b9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: - name: shellcheck if: always() - uses: reviewdog/action-shellcheck@v1.16 + uses: reviewdog/action-shellcheck@v1.17 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review