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:
parent
003572082e
commit
4cfc8d5f88
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user