Skip to content

Commit 8a63a3b

Browse files
authored
Fix tflint step in PR workflow (#2859)
1 parent 2c96a21 commit 8a63a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
working-directory: terraform/aks
6363

6464
- name: Lint
65-
uses: reviewdog/action-tflint@master
65+
uses: reviewdog/action-tflint@v1.24.2
6666
with:
6767
github_token: ${{ secrets.GITHUB_TOKEN }}
6868
tflint_rulesets: azurerm

0 commit comments

Comments
 (0)