@@ -23,12 +23,12 @@ jobs:
23
23
working-directory : ${{ matrix.directory }}
24
24
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
27
27
28
28
- name : Setup Terraform
29
- uses : hashicorp/setup-terraform@v3
29
+ uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
30
30
with :
31
- terraform_version : 1.7.4
31
+ terraform_version : 1.11.3
32
32
33
33
- name : terraform init
34
34
run : terraform init -backend=false
@@ -53,22 +53,22 @@ jobs:
53
53
working-directory : ${{ matrix.directory }}
54
54
55
55
steps :
56
- - uses : actions/checkout@v4
56
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
57
57
58
58
- name : Setup Terraform
59
- uses : hashicorp/setup-terraform@v3
59
+ uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
60
60
with :
61
- terraform_version : 1.7.4
61
+ terraform_version : 1.11.3
62
62
63
63
- name : Terraform init
64
64
run : terraform init -backend=false
65
65
66
66
- name : Setup tflint
67
- uses : terraform-linters/setup-tflint@v4
67
+ uses : terraform-linters/setup-tflint@90f302c255ef959cbfb4bd10581afecdb7ece3e6 # v4
68
68
with :
69
69
# https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md#avoiding-rate-limiting
70
70
github_token : ${{ github.token }}
71
- tflint_version : v0.50.3
71
+ tflint_version : v0.56.0
72
72
73
73
- name : Init TFLint
74
74
run : tflint --init
0 commit comments