27
27
egress-policy : audit
28
28
29
29
- name : " Checkout"
30
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31
31
with :
32
32
persist-credentials : false
33
33
- name : " Fake zip files" # Validate will fail if it cannot find the zip files
53
53
run : apk add --no-cache tar
54
54
continue-on-error : true
55
55
- if : contains(matrix.terraform, '1.5.')
56
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
56
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
57
57
name : Cache TFLint plugin dir
58
58
with :
59
59
path : ~/.tflint.d/plugins
@@ -100,7 +100,7 @@ jobs:
100
100
with :
101
101
egress-policy : audit
102
102
103
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
103
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
104
104
with :
105
105
persist-credentials : false
106
106
- name : terraform init
@@ -119,7 +119,7 @@ jobs:
119
119
run : apk add --no-cache tar
120
120
continue-on-error : true
121
121
- if : contains(matrix.terraform, '1.3.')
122
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
122
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
123
123
name : Cache TFLint plugin dir
124
124
with :
125
125
path : ~/.tflint.d/plugins
@@ -163,7 +163,7 @@ jobs:
163
163
with :
164
164
egress-policy : audit
165
165
166
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
166
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
167
167
with :
168
168
persist-credentials : false
169
169
- name : terraform init
@@ -182,7 +182,7 @@ jobs:
182
182
run : apk add --no-cache tar
183
183
continue-on-error : true
184
184
- if : contains(matrix.terraform, '1.5.')
185
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
185
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
186
186
name : Cache TFLint plugin dir
187
187
with :
188
188
path : ~/.tflint.d/plugins
0 commit comments