Fix TFLint setup timeout by pinning version

- Changed tflint_version from 'latest' to 'v0.50.3'
- Avoids GitHub API timeout when fetching latest release
- Fixes: Connect Timeout Error in Setup TFLint step
This commit is contained in:
Patrick de Ruiter 2025-11-10 22:15:45 +01:00
parent 003572082e
commit 4cfc8d5f88
Signed by: pderuiter
GPG Key ID: 5EBA7F21CF583321

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup TFLint
uses: terraform-linters/setup-tflint@v4
with:
tflint_version: latest
tflint_version: v0.50.3
- name: Initialize TFLint
working-directory: terraform