Skip to content

Commit d0789c3

Browse files
Bump aws-actions/aws-cloudformation-github-deploy (#306)
Bumps [aws-actions/aws-cloudformation-github-deploy](https://github.com/aws-actions/aws-cloudformation-github-deploy) from 023f4ef60d0103d690f31a504cfda9f4f2d66265 to 33527b83bddcf6b3f0b135d9550bde8475325c73. - [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@023f4ef...33527b8) --- updated-dependencies: - dependency-name: aws-actions/aws-cloudformation-github-deploy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Pether Sörling <[email protected]>
1 parent 392d0bc commit d0789c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
role-session-name: githubworkflowrolesessiont2
8383
aws-region: ${{ env.AWS_REGION }}
8484
- name: Deploy to AWS CloudFormation Irland
85-
uses: aws-actions/aws-cloudformation-github-deploy@023f4ef60d0103d690f31a504cfda9f4f2d66265 # v1
85+
uses: aws-actions/aws-cloudformation-github-deploy@33527b83bddcf6b3f0b135d9550bde8475325c73 # v1
8686
with:
8787
name: lambda-vpc
8888
template: cloudformation/template.yml
@@ -115,7 +115,7 @@ jobs:
115115
aws-region: ${{ env.AWS_REGION_ZONE }}
116116

117117
- name: Deploy to AWS CloudFormation Frankfurt
118-
uses: aws-actions/aws-cloudformation-github-deploy@023f4ef60d0103d690f31a504cfda9f4f2d66265 # v1
118+
uses: aws-actions/aws-cloudformation-github-deploy@33527b83bddcf6b3f0b135d9550bde8475325c73 # v1
119119
with:
120120
name: lambda-vpc
121121
template: cloudformation/template.yml
@@ -140,23 +140,23 @@ jobs:
140140
echo "${{ env.AliasTargetHostedZoneId }}"
141141
echo "${{ env.AliasTargetDNSName }}"
142142
- name: Deploy to AWS CloudFormation Route53
143-
uses: aws-actions/aws-cloudformation-github-deploy@023f4ef60d0103d690f31a504cfda9f4f2d66265 # v1
143+
uses: aws-actions/aws-cloudformation-github-deploy@33527b83bddcf6b3f0b135d9550bde8475325c73 # v1
144144
with:
145145
name: lambda-vpc-route53
146146
template: cloudformation/route53.yml
147147
capabilities: CAPABILITY_NAMED_IAM
148148
no-fail-on-empty-changeset: "1"
149149
parameter-overrides: "DomainNamePrefix=api,HealthCheckId=${{ env.HealthCheckId }},RestApiDomainNameRegionalHostedZoneId=${{ env.AliasTargetHostedZoneId }},RestApiDomainNameRegionalDomainName=${{ env.AliasTargetDNSName }},HealthCheckId2=${{ env.HealthCheckId2 }},RestApiDomainNameRegionalHostedZoneId2=${{ env.AliasTargetHostedZoneId2 }},RestApiDomainNameRegionalDomainName2=${{ env.AliasTargetDNSName2 }}"
150150
- name: Deploy to AWS CloudFormation Disaster Recovery
151-
uses: aws-actions/aws-cloudformation-github-deploy@023f4ef60d0103d690f31a504cfda9f4f2d66265 # v1
151+
uses: aws-actions/aws-cloudformation-github-deploy@33527b83bddcf6b3f0b135d9550bde8475325c73 # v1
152152
with:
153153
name: lambda-vpc-disaster-recovery
154154
template: cloudformation/disaster-recovery.yml
155155
capabilities: CAPABILITY_NAMED_IAM
156156
no-fail-on-empty-changeset: "1"
157157
parameter-overrides: "ApiRole=${{ env.ApiRoleName }}"
158158
- name: Deploy to AWS CloudFormation Resilience hub App and Policy
159-
uses: aws-actions/aws-cloudformation-github-deploy@023f4ef60d0103d690f31a504cfda9f4f2d66265 # v1
159+
uses: aws-actions/aws-cloudformation-github-deploy@33527b83bddcf6b3f0b135d9550bde8475325c73 # v1
160160
with:
161161
name: lambda-vpc-resiliencehub-app
162162
template: cloudformation/app.yml

0 commit comments

Comments
 (0)