From 0fdb88529407078d0c515f893a8fd3c710540bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 04:23:12 +0000 Subject: [PATCH] workflows: bump reviewdog/action-tflint from 1.22.0 to 1.23.0 Bumps [reviewdog/action-tflint](https://github.com/reviewdog/action-tflint) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/reviewdog/action-tflint/releases) - [Commits](https://github.com/reviewdog/action-tflint/compare/v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: reviewdog/action-tflint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 9110951..13a5dd9 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -33,7 +33,7 @@ jobs: - name: tflint if: ${{ github.event_name == 'pull_request' }} - uses: reviewdog/action-tflint@v1.22.0 + uses: reviewdog/action-tflint@v1.23.0 with: github_token: ${{ secrets.github_token }} working_directory: terraform