From ef557c48c38c8b5fac847e5b7f539fced6b3e6b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 22:53:51 +0000 Subject: [PATCH] Update reviewdog/action-tflint action to v1.25.0 --- .github/workflows/shared-ci-terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared-ci-terraform.yml b/.github/workflows/shared-ci-terraform.yml index 5fdf1311..57d0aa8a 100644 --- a/.github/workflows/shared-ci-terraform.yml +++ b/.github/workflows/shared-ci-terraform.yml @@ -125,7 +125,7 @@ jobs: key: tflint-plugins-${{ env.TFLINT_CACHE_VER }} - name: tflint - uses: reviewdog/action-tflint@v1.22.0 + uses: reviewdog/action-tflint@v1.25.0 with: reporter: ${{ inputs.suggestions && 'github-pr-annotations' || 'local' }} fail_on_error: ${{ inputs.suggestions }}