2626 image : hashicorp/terraform:${{ matrix.terraform }}
2727 steps :
2828 - name : Harden the runner (Audit all outbound calls)
29- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
29+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
3030 with :
3131 egress-policy : audit
3232
5757 run : apk add --no-cache tar
5858 continue-on-error : true
5959 - if : contains(matrix.terraform, '1.5.')
60- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
60+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6161 name : Cache TFLint plugin dir
6262 with :
6363 path : ~/.tflint.d/plugins
@@ -100,7 +100,7 @@ jobs:
100100 image : hashicorp/terraform:${{ matrix.terraform }}
101101 steps :
102102 - name : Harden the runner (Audit all outbound calls)
103- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
103+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
104104 with :
105105 egress-policy : audit
106106
@@ -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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
126+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
127127 name : Cache TFLint plugin dir
128128 with :
129129 path : ~/.tflint.d/plugins
@@ -165,7 +165,7 @@ jobs:
165165 image : hashicorp/terraform:${{ matrix.terraform }}
166166 steps :
167167 - name : Harden the runner (Audit all outbound calls)
168- uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
168+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
169169 with :
170170 egress-policy : audit
171171
@@ -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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
191+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
192192 name : Cache TFLint plugin dir
193193 with :
194194 path : ~/.tflint.d/plugins
0 commit comments