From 43138d1765e5e98f5e290a8cc8f5349b1ee1bfe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 06:14:23 +0000 Subject: [PATCH] workflows: bump reviewdog/action-tflint from 1.23.1 to 1.23.2 Bumps [reviewdog/action-tflint](https://github.com/reviewdog/action-tflint) from 1.23.1 to 1.23.2. - [Release notes](https://github.com/reviewdog/action-tflint/releases) - [Commits](https://github.com/reviewdog/action-tflint/compare/v1.23.1...v1.23.2) --- updated-dependencies: - dependency-name: reviewdog/action-tflint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 5ff1f08..77fc8f1 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -14,7 +14,7 @@ jobs: - name: tflint if: ${{ github.event_name == 'pull_request' }} - uses: reviewdog/action-tflint@v1.23.1 + uses: reviewdog/action-tflint@v1.23.2 with: github_token: ${{ secrets.github_token }} working_directory: terraform