Skip to content

Commit f09bc18

Browse files
Bump aws-actions/aws-cloudformation-github-deploy from 2.0.0 to 2.1.0 (#799)
Bumps [aws-actions/aws-cloudformation-github-deploy](https://github.com/aws-actions/aws-cloudformation-github-deploy) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/aws-actions/aws-cloudformation-github-deploy/releases) - [Changelog](https://github.com/aws-actions/aws-cloudformation-github-deploy/blob/master/CHANGELOG.md) - [Commits](aws-actions/aws-cloudformation-github-deploy@c6cd26b...64bde66) --- updated-dependencies: - dependency-name: aws-actions/aws-cloudformation-github-deploy dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec4b077 commit f09bc18

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
role-session-name: githubworkflowrolesessiont2
127127
aws-region: ${{ env.AWS_REGION }}
128128
- name: Deploy to AWS CloudFormation Irland
129-
uses: aws-actions/aws-cloudformation-github-deploy@c6cd26bb03f19ebe84c84e9cdbedfb307bf44fb4 # v1
129+
uses: aws-actions/aws-cloudformation-github-deploy@64bde66a4001208fc0917038be8846d99c9d0585 # v1
130130
with:
131131
name: lambda-vpc
132132
template: cloudformation/template.yml
@@ -159,7 +159,7 @@ jobs:
159159
aws-region: ${{ env.AWS_REGION_ZONE }}
160160

161161
- name: Deploy to AWS CloudFormation Frankfurt
162-
uses: aws-actions/aws-cloudformation-github-deploy@c6cd26bb03f19ebe84c84e9cdbedfb307bf44fb4 # v1
162+
uses: aws-actions/aws-cloudformation-github-deploy@64bde66a4001208fc0917038be8846d99c9d0585 # v1
163163
with:
164164
name: lambda-vpc
165165
template: cloudformation/template.yml
@@ -184,23 +184,23 @@ jobs:
184184
echo "${{ env.AliasTargetHostedZoneId }}"
185185
echo "${{ env.AliasTargetDNSName }}"
186186
- name: Deploy to AWS CloudFormation Route53
187-
uses: aws-actions/aws-cloudformation-github-deploy@c6cd26bb03f19ebe84c84e9cdbedfb307bf44fb4 # v1
187+
uses: aws-actions/aws-cloudformation-github-deploy@64bde66a4001208fc0917038be8846d99c9d0585 # v1
188188
with:
189189
name: lambda-vpc-route53
190190
template: cloudformation/route53.yml
191191
capabilities: CAPABILITY_NAMED_IAM
192192
no-fail-on-empty-changeset: "1"
193193
parameter-overrides: "DomainNamePrefix=api,HealthCheckId=${{ env.HealthCheckId }},RestApiDomainNameRegionalHostedZoneId=${{ env.AliasTargetHostedZoneId }},RestApiDomainNameRegionalDomainName=${{ env.AliasTargetDNSName }},HealthCheckId2=${{ env.HealthCheckId2 }},RestApiDomainNameRegionalHostedZoneId2=${{ env.AliasTargetHostedZoneId2 }},RestApiDomainNameRegionalDomainName2=${{ env.AliasTargetDNSName2 }}"
194194
- name: Deploy to AWS CloudFormation Disaster Recovery
195-
uses: aws-actions/aws-cloudformation-github-deploy@c6cd26bb03f19ebe84c84e9cdbedfb307bf44fb4 # v1
195+
uses: aws-actions/aws-cloudformation-github-deploy@64bde66a4001208fc0917038be8846d99c9d0585 # v1
196196
with:
197197
name: lambda-vpc-disaster-recovery
198198
template: cloudformation/disaster-recovery.yml
199199
capabilities: CAPABILITY_NAMED_IAM
200200
no-fail-on-empty-changeset: "1"
201201
parameter-overrides: "ApiRole=${{ env.ApiRoleName }}"
202202
- name: Deploy to AWS CloudFormation Resilience hub App and Policy
203-
uses: aws-actions/aws-cloudformation-github-deploy@c6cd26bb03f19ebe84c84e9cdbedfb307bf44fb4 # v1
203+
uses: aws-actions/aws-cloudformation-github-deploy@64bde66a4001208fc0917038be8846d99c9d0585 # v1
204204
with:
205205
name: lambda-vpc-resiliencehub-app
206206
template: cloudformation/app.yml

0 commit comments

Comments
 (0)