Skip to content

Commit 68c2340

Browse files
Bump aws-actions/aws-cloudformation-github-deploy from 1.3.0 to 2.0.0 (#753)
Bumps [aws-actions/aws-cloudformation-github-deploy](https://github.com/aws-actions/aws-cloudformation-github-deploy) from 1.3.0 to 2.0.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@33527b8...c6cd26b) --- updated-dependencies: - dependency-name: aws-actions/aws-cloudformation-github-deploy dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0d293e commit 68c2340

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
@@ -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

Comments
 (0)