From 036a25e127b60ad6209d0f2e3d91fc6f0b769ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 08:59:09 +0000 Subject: [PATCH] Bump terraform-linters/setup-tflint from 3.1.0 to 3.1.1 Bumps [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/terraform-linters/setup-tflint/releases) - [Commits](https://github.com/terraform-linters/setup-tflint/compare/3bb7d777f5c38e288977551bc117a79437bdc6fd...a5a1af8c6551fb10c53f1cd4ba62359f1973746f) --- updated-dependencies: - dependency-name: terraform-linters/setup-tflint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/code-scanning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-scanning.yml b/.github/workflows/code-scanning.yml index f9afdf79..1f40b50d 100644 --- a/.github/workflows/code-scanning.yml +++ b/.github/workflows/code-scanning.yml @@ -28,7 +28,7 @@ jobs: with: path: ~/.tflint.d/plugins key: '${{ matrix.os }}-tflint-${{ hashFiles(''.tflint.hcl'') }}' - - uses: terraform-linters/setup-tflint@3bb7d777f5c38e288977551bc117a79437bdc6fd # v3.1.0 + - uses: terraform-linters/setup-tflint@a5a1af8c6551fb10c53f1cd4ba62359f1973746f # v3.1.1 name: Setup TFLint with: tflint_version: latest