Skip to content

Commit c5ef937

Browse files
chore(deps): bump terraform-linters/setup-tflint from 6.2.0 to 6.2.1
Bumps [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/terraform-linters/setup-tflint/releases) - [Commits](terraform-linters/setup-tflint@acd1575...4cb9fee) --- updated-dependencies: - dependency-name: terraform-linters/setup-tflint dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43ffcce commit c5ef937

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/terraform.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
key: tflint-${{ hashFiles('.tflint.hcl') }}
6565
- if: contains(matrix.terraform, '1.5.')
6666
name: Setup TFLint
67-
uses: terraform-linters/setup-tflint@acd1575d3c037258ce5b2dd01379dc49ce24c6b7 # v6.2.0
67+
uses: terraform-linters/setup-tflint@4cb9feea73331a35b422df102992a03a44a3bb33 # v6.2.1
6868
with:
6969
github_token: ${{ secrets.GITHUB_TOKEN }}
7070
- if: contains(matrix.terraform, '1.5.')
@@ -130,7 +130,7 @@ jobs:
130130
key: tflint-${{ hashFiles('.tflint.hcl') }}
131131
- if: contains(matrix.terraform, '1.3.')
132132
name: Setup TFLint
133-
uses: terraform-linters/setup-tflint@acd1575d3c037258ce5b2dd01379dc49ce24c6b7 # v6.2.0
133+
uses: terraform-linters/setup-tflint@4cb9feea73331a35b422df102992a03a44a3bb33 # v6.2.1
134134
with:
135135
github_token: ${{ secrets.GITHUB_TOKEN }}
136136
- if: contains(matrix.terraform, '1.3.')
@@ -195,7 +195,7 @@ jobs:
195195
key: tflint-${{ hashFiles('.tflint.hcl') }}
196196
- if: contains(matrix.terraform, '1.5.')
197197
name: Setup TFLint
198-
uses: terraform-linters/setup-tflint@acd1575d3c037258ce5b2dd01379dc49ce24c6b7 # v6.2.0
198+
uses: terraform-linters/setup-tflint@4cb9feea73331a35b422df102992a03a44a3bb33 # v6.2.1
199199
with:
200200
github_token: ${{ secrets.GITHUB_TOKEN }}
201201
- if: contains(matrix.terraform, '1.5.')

0 commit comments

Comments
 (0)