From 2d009e92efe95022f3fd07ecb63ceca4bf1d6467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 06:03:16 +0000 Subject: [PATCH] workflows: bump reviewdog/action-tflint from 1.24.2 to 1.25.0 Bumps [reviewdog/action-tflint](https://github.com/reviewdog/action-tflint) from 1.24.2 to 1.25.0. - [Release notes](https://github.com/reviewdog/action-tflint/releases) - [Commits](https://github.com/reviewdog/action-tflint/compare/v1.24.2...v1.25.0) --- updated-dependencies: - dependency-name: reviewdog/action-tflint dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 c202c2e..1538d18 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.24.2 + uses: reviewdog/action-tflint@v1.25.0 with: github_token: ${{ secrets.github_token }} working_directory: terraform