Skip to content

Commit 9cf293c

Browse files
Update terraform-linters/setup-tflint action to v5 (#75)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-linters/setup-tflint](https://redirect.github.com/terraform-linters/setup-tflint) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>terraform-linters/setup-tflint (terraform-linters/setup-tflint)</summary> ### [`v5`](https://redirect.github.com/terraform-linters/setup-tflint/compare/v4...v5) [Compare Source](https://redirect.github.com/terraform-linters/setup-tflint/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/riege/code-quality). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Oliver Wiebeck <[email protected]>
1 parent 90683f5 commit 9cf293c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/terraform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id: validate
4949
if: ${{ !inputs.skip_validate && (success() || failure()) }}
5050
env:
51-
ARM_SUBSCRIPTION_ID: 0caa8408-f721-4bd2-8b21-e5cb6ac8891d # dummy subscription ID to silence missing argument error since azurerm v4
51+
ARM_SUBSCRIPTION_ID: 0caa8408-f721-4bd2-8b21-e5cb6ac8891d # dummy subscription ID to silence missing argument error since azurerm v4
5252
run: terraform validate -no-color
5353

5454
- name: Create job summary
@@ -94,7 +94,7 @@ jobs:
9494
key: tflint-${{ hashFiles(env.TFLINT_CONFIG_FILE_REL) }}
9595

9696
- name: Setup TFLint
97-
uses: terraform-linters/setup-tflint@v4
97+
uses: terraform-linters/setup-tflint@v5
9898
if: success() || failure()
9999

100100
- name: Init TFLint

0 commit comments

Comments
 (0)