3737 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3838
3939 - name : Detect changed paths
40- uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 .0.2
40+ uses : dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 .0.1
4141 id : filter
4242 with :
4343 filters : |
6565 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6666
6767 - name : Configure AWS credentials
68- uses : aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
68+ uses : aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3
6969 with :
7070 role-to-assume : ${{ secrets.AWS_IAM_ROLE_ARN }}
7171 aws-region : ${{ env.AWS_REGION }}
@@ -74,15 +74,15 @@ jobs:
7474 run : mkdir -p "$TF_PLUGIN_CACHE_DIR"
7575
7676 - name : Cache OpenTofu providers
77- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
77+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7878 with :
7979 path : ${{ env.TF_PLUGIN_CACHE_DIR }}
8080 key : ${{ runner.os }}-tf-plugins-global-${{ hashFiles('infra/terraform/live/global/**/.terraform.lock.hcl') }}
8181 restore-keys : |
8282 ${{ runner.os }}-tf-plugins-global-
8383
8484 - name : Plan
85- uses : gruntwork-io/terragrunt-action@5e86476ca61eaf74adb9c0525745f29f921f2199 # v3.1 .0
85+ uses : gruntwork-io/terragrunt-action@4ed5b7344c80315e5357f28f36159fc980bc2d5a # v3.4 .0
8686 with :
8787 tg_version : ${{ env.TERRAGRUNT_VERSION }}
8888 tofu_version : ${{ env.TOFU_VERSION }}
@@ -107,7 +107,7 @@ jobs:
107107 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
108108
109109 - name : Configure AWS credentials
110- uses : aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
110+ uses : aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3
111111 with :
112112 role-to-assume : ${{ secrets.AWS_IAM_ROLE_ARN }}
113113 aws-region : ${{ env.AWS_REGION }}
@@ -116,15 +116,15 @@ jobs:
116116 run : mkdir -p "$TF_PLUGIN_CACHE_DIR"
117117
118118 - name : Cache OpenTofu providers
119- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
119+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
120120 with :
121121 path : ${{ env.TF_PLUGIN_CACHE_DIR }}
122122 key : ${{ runner.os }}-tf-plugins-prod-${{ hashFiles('infra/terraform/live/prod/**/.terraform.lock.hcl') }}
123123 restore-keys : |
124124 ${{ runner.os }}-tf-plugins-prod-
125125
126126 - name : Plan
127- uses : gruntwork-io/terragrunt-action@5e86476ca61eaf74adb9c0525745f29f921f2199 # v3.1 .0
127+ uses : gruntwork-io/terragrunt-action@4ed5b7344c80315e5357f28f36159fc980bc2d5a # v3.4 .0
128128 env :
129129 CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
130130 with :
@@ -152,7 +152,7 @@ jobs:
152152 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
153153
154154 - name : Configure AWS credentials
155- uses : aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
155+ uses : aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3
156156 with :
157157 role-to-assume : ${{ secrets.AWS_IAM_ROLE_ARN }}
158158 aws-region : ${{ env.AWS_REGION }}
@@ -161,15 +161,15 @@ jobs:
161161 run : mkdir -p "$TF_PLUGIN_CACHE_DIR"
162162
163163 - name : Cache OpenTofu providers
164- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
164+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
165165 with :
166166 path : ${{ env.TF_PLUGIN_CACHE_DIR }}
167167 key : ${{ runner.os }}-tf-plugins-global-${{ hashFiles('infra/terraform/live/global/**/.terraform.lock.hcl') }}
168168 restore-keys : |
169169 ${{ runner.os }}-tf-plugins-global-
170170
171171 - name : Apply
172- uses : gruntwork-io/terragrunt-action@5e86476ca61eaf74adb9c0525745f29f921f2199 # v3.1 .0
172+ uses : gruntwork-io/terragrunt-action@4ed5b7344c80315e5357f28f36159fc980bc2d5a # v3.4 .0
173173 with :
174174 tg_version : ${{ env.TERRAGRUNT_VERSION }}
175175 tofu_version : ${{ env.TOFU_VERSION }}
@@ -199,7 +199,7 @@ jobs:
199199 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
200200
201201 - name : Configure AWS credentials
202- uses : aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
202+ uses : aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3
203203 with :
204204 role-to-assume : ${{ secrets.AWS_IAM_ROLE_ARN }}
205205 aws-region : ${{ env.AWS_REGION }}
@@ -208,15 +208,15 @@ jobs:
208208 run : mkdir -p "$TF_PLUGIN_CACHE_DIR"
209209
210210 - name : Cache OpenTofu providers
211- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
211+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
212212 with :
213213 path : ${{ env.TF_PLUGIN_CACHE_DIR }}
214214 key : ${{ runner.os }}-tf-plugins-prod-${{ hashFiles('infra/terraform/live/prod/**/.terraform.lock.hcl') }}
215215 restore-keys : |
216216 ${{ runner.os }}-tf-plugins-prod-
217217
218218 - name : Apply
219- uses : gruntwork-io/terragrunt-action@5e86476ca61eaf74adb9c0525745f29f921f2199 # v3.1 .0
219+ uses : gruntwork-io/terragrunt-action@4ed5b7344c80315e5357f28f36159fc980bc2d5a # v3.4 .0
220220 env :
221221 CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
222222 with :
0 commit comments