@@ -125,7 +125,7 @@ jobs:
125125 role-session-name : githubworkflowrolesessiont2
126126 aws-region : ${{ env.AWS_REGION }}
127127 - name : Deploy to AWS CloudFormation Irland
128- uses : aws-actions/aws-cloudformation-github-deploy@33527b83bddcf6b3f0b135d9550bde8475325c73 # v1
128+ uses : aws-actions/aws-cloudformation-github-deploy@c6cd26bb03f19ebe84c84e9cdbedfb307bf44fb4 # v1
129129 with :
130130 name : lambda-vpc
131131 template : cloudformation/template.yml
@@ -158,7 +158,7 @@ jobs:
158158 aws-region : ${{ env.AWS_REGION_ZONE }}
159159
160160 - name : Deploy to AWS CloudFormation Frankfurt
161- uses : aws-actions/aws-cloudformation-github-deploy@33527b83bddcf6b3f0b135d9550bde8475325c73 # v1
161+ uses : aws-actions/aws-cloudformation-github-deploy@c6cd26bb03f19ebe84c84e9cdbedfb307bf44fb4 # v1
162162 with :
163163 name : lambda-vpc
164164 template : cloudformation/template.yml
@@ -183,23 +183,23 @@ jobs:
183183 echo "${{ env.AliasTargetHostedZoneId }}"
184184 echo "${{ env.AliasTargetDNSName }}"
185185 - name : Deploy to AWS CloudFormation Route53
186- uses : aws-actions/aws-cloudformation-github-deploy@33527b83bddcf6b3f0b135d9550bde8475325c73 # v1
186+ uses : aws-actions/aws-cloudformation-github-deploy@c6cd26bb03f19ebe84c84e9cdbedfb307bf44fb4 # v1
187187 with :
188188 name : lambda-vpc-route53
189189 template : cloudformation/route53.yml
190190 capabilities : CAPABILITY_NAMED_IAM
191191 no-fail-on-empty-changeset : " 1"
192192 parameter-overrides : " DomainNamePrefix=api,HealthCheckId=${{ env.HealthCheckId }},RestApiDomainNameRegionalHostedZoneId=${{ env.AliasTargetHostedZoneId }},RestApiDomainNameRegionalDomainName=${{ env.AliasTargetDNSName }},HealthCheckId2=${{ env.HealthCheckId2 }},RestApiDomainNameRegionalHostedZoneId2=${{ env.AliasTargetHostedZoneId2 }},RestApiDomainNameRegionalDomainName2=${{ env.AliasTargetDNSName2 }}"
193193 - name : Deploy to AWS CloudFormation Disaster Recovery
194- uses : aws-actions/aws-cloudformation-github-deploy@33527b83bddcf6b3f0b135d9550bde8475325c73 # v1
194+ uses : aws-actions/aws-cloudformation-github-deploy@c6cd26bb03f19ebe84c84e9cdbedfb307bf44fb4 # v1
195195 with :
196196 name : lambda-vpc-disaster-recovery
197197 template : cloudformation/disaster-recovery.yml
198198 capabilities : CAPABILITY_NAMED_IAM
199199 no-fail-on-empty-changeset : " 1"
200200 parameter-overrides : " ApiRole=${{ env.ApiRoleName }}"
201201 - name : Deploy to AWS CloudFormation Resilience hub App and Policy
202- uses : aws-actions/aws-cloudformation-github-deploy@33527b83bddcf6b3f0b135d9550bde8475325c73 # v1
202+ uses : aws-actions/aws-cloudformation-github-deploy@c6cd26bb03f19ebe84c84e9cdbedfb307bf44fb4 # v1
203203 with :
204204 name : lambda-vpc-resiliencehub-app
205205 template : cloudformation/app.yml
0 commit comments