From 2709e54741ad6fabb18084afa98423e085c3aaef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:36:00 +0200 Subject: [PATCH] workflows: bump reviewdog/action-tflint from 1.23.2 to 1.24.0 (#144) Bumps [reviewdog/action-tflint](https://github.com/reviewdog/action-tflint) from 1.23.2 to 1.24.0. - [Release notes](https://github.com/reviewdog/action-tflint/releases) - [Commits](https://github.com/reviewdog/action-tflint/compare/v1.23.2...v1.24.0) --- updated-dependencies: - dependency-name: reviewdog/action-tflint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 77fc8f1..b5f9516 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.2 + uses: reviewdog/action-tflint@v1.24.0 with: github_token: ${{ secrets.github_token }} working_directory: terraform