3131 egress-policy : audit
3232
3333 - name : " Checkout"
34- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
34+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535 with :
3636 persist-credentials : false
3737 - name : " Fake zip files" # Validate will fail if it cannot find the zip files
5757 run : apk add --no-cache tar
5858 continue-on-error : true
5959 - if : contains(matrix.terraform, '1.5.')
60- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
60+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
6161 name : Cache TFLint plugin dir
6262 with :
6363 path : ~/.tflint.d/plugins
@@ -104,7 +104,7 @@ jobs:
104104 with :
105105 egress-policy : audit
106106
107- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
107+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
108108 with :
109109 persist-credentials : false
110110 - name : terraform init
@@ -123,7 +123,7 @@ jobs:
123123 run : apk add --no-cache tar
124124 continue-on-error : true
125125 - if : contains(matrix.terraform, '1.3.')
126- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
126+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
127127 name : Cache TFLint plugin dir
128128 with :
129129 path : ~/.tflint.d/plugins
@@ -169,7 +169,7 @@ jobs:
169169 with :
170170 egress-policy : audit
171171
172- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
172+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
173173 with :
174174 persist-credentials : false
175175 - name : terraform init
@@ -188,7 +188,7 @@ jobs:
188188 run : apk add --no-cache tar
189189 continue-on-error : true
190190 - if : contains(matrix.terraform, '1.5.')
191- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
191+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
192192 name : Cache TFLint plugin dir
193193 with :
194194 path : ~/.tflint.d/plugins
0 commit comments