Skip to content

Commit 52de7e6

Browse files
chore(deps): bump terraform-linters/setup-tflint from 6.2.0 to 6.2.1 (#4860)
Bumps [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) from 6.2.0 to 6.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/terraform-linters/setup-tflint/releases">terraform-linters/setup-tflint's releases</a>.</em></p> <blockquote> <h2>v6.2.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Features</h3> <ul> <li>fix: install wrapper after version/cache steps by <a href="https://github.com/bendrucker"><code>@​bendrucker</code></a> in <a href="https://redirect.github.com/terraform-linters/setup-tflint/pull/357">terraform-linters/setup-tflint#357</a></li> </ul> <h3>Dependencies</h3> <ul> <li>build(deps): Bump brace-expansion by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/terraform-linters/setup-tflint/pull/348">terraform-linters/setup-tflint#348</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/terraform-linters/setup-tflint/compare/v6...v6.2.1">https://github.com/terraform-linters/setup-tflint/compare/v6...v6.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/terraform-linters/setup-tflint/commit/4cb9feea73331a35b422df102992a03a44a3bb33"><code>4cb9fee</code></a> build(deps): Bump brace-expansion (<a href="https://redirect.github.com/terraform-linters/setup-tflint/issues/348">#348</a>)</li> <li><a href="https://github.com/terraform-linters/setup-tflint/commit/481814e6e6fd6f4bbc7ebde5aaf9cef5372deaa5"><code>481814e</code></a> fix: install wrapper after version/cache steps (<a href="https://redirect.github.com/terraform-linters/setup-tflint/issues/357">#357</a>)</li> <li>See full diff in <a href="https://github.com/terraform-linters/setup-tflint/compare/acd1575d3c037258ce5b2dd01379dc49ce24c6b7...4cb9feea73331a35b422df102992a03a44a3bb33">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terraform-linters/setup-tflint&package-manager=github_actions&previous-version=6.2.0&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39fc3cf commit 52de7e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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)