From 3f5077f75bbf7eab1022ec47c45137304de85f10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 13:58:24 +0100 Subject: [PATCH] chore(deps): update dependency terraform-linters/tflint to v0.50.2 (#231) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [terraform-linters/tflint](https://togithub.com/terraform-linters/tflint) | patch | `v0.50.1` -> `v0.50.2` | --- ### Release Notes
terraform-linters/tflint (terraform-linters/tflint) ### [`v0.50.2`](https://togithub.com/terraform-linters/tflint/releases/tag/v0.50.2) [Compare Source](https://togithub.com/terraform-linters/tflint/compare/v0.50.1...v0.50.2) #### What's Changed ##### Bug Fixes - Fix a bug where auto-fixed code could not be retrieved via GetFile API by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/1959](https://togithub.com/terraform-linters/tflint/pull/1959) ##### Chores - build(deps): Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/1954](https://togithub.com/terraform-linters/tflint/pull/1954) - build(deps): Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/terraform-linters/tflint/pull/1956](https://togithub.com/terraform-linters/tflint/pull/1956) **Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.50.1...v0.50.2
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Hapag-Lloyd/terraform-aws-bastion-host-ssm). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index c0d1859..7cd4d6b 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -54,7 +54,7 @@ jobs: - name: install tflint run: | # renovate: datasource=github-tags depName=terraform-linters/tflint - tflint_version="v0.50.1" + tflint_version="v0.50.2" curl -o tflint.zip -L https://github.com/terraform-linters/tflint/releases/download/${tflint_version}/tflint_linux_amd64.zip unzip tflint.zip