From a2d08627b502e0012d829bf0e6ded62fe3aac631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 07:43:46 +0000 Subject: [PATCH] Bump aws-actions/aws-cloudformation-github-deploy from 2.0.0 to 2.1.0 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](https://github.com/aws-actions/aws-cloudformation-github-deploy/compare/c6cd26bb03f19ebe84c84e9cdbedfb307bf44fb4...64bde66a4001208fc0917038be8846d99c9d0585) --- 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] --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1be6451..2ad75fd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -126,7 +126,7 @@ jobs: role-session-name: githubworkflowrolesessiont2 aws-region: ${{ env.AWS_REGION }} - name: Deploy to AWS CloudFormation Irland - uses: aws-actions/aws-cloudformation-github-deploy@c6cd26bb03f19ebe84c84e9cdbedfb307bf44fb4 # v1 + uses: aws-actions/aws-cloudformation-github-deploy@64bde66a4001208fc0917038be8846d99c9d0585 # v1 with: name: lambda-vpc template: cloudformation/template.yml @@ -159,7 +159,7 @@ jobs: aws-region: ${{ env.AWS_REGION_ZONE }} - name: Deploy to AWS CloudFormation Frankfurt - uses: aws-actions/aws-cloudformation-github-deploy@c6cd26bb03f19ebe84c84e9cdbedfb307bf44fb4 # v1 + uses: aws-actions/aws-cloudformation-github-deploy@64bde66a4001208fc0917038be8846d99c9d0585 # v1 with: name: lambda-vpc template: cloudformation/template.yml @@ -184,7 +184,7 @@ jobs: echo "${{ env.AliasTargetHostedZoneId }}" echo "${{ env.AliasTargetDNSName }}" - name: Deploy to AWS CloudFormation Route53 - uses: aws-actions/aws-cloudformation-github-deploy@c6cd26bb03f19ebe84c84e9cdbedfb307bf44fb4 # v1 + uses: aws-actions/aws-cloudformation-github-deploy@64bde66a4001208fc0917038be8846d99c9d0585 # v1 with: name: lambda-vpc-route53 template: cloudformation/route53.yml @@ -192,7 +192,7 @@ jobs: no-fail-on-empty-changeset: "1" parameter-overrides: "DomainNamePrefix=api,HealthCheckId=${{ env.HealthCheckId }},RestApiDomainNameRegionalHostedZoneId=${{ env.AliasTargetHostedZoneId }},RestApiDomainNameRegionalDomainName=${{ env.AliasTargetDNSName }},HealthCheckId2=${{ env.HealthCheckId2 }},RestApiDomainNameRegionalHostedZoneId2=${{ env.AliasTargetHostedZoneId2 }},RestApiDomainNameRegionalDomainName2=${{ env.AliasTargetDNSName2 }}" - name: Deploy to AWS CloudFormation Disaster Recovery - uses: aws-actions/aws-cloudformation-github-deploy@c6cd26bb03f19ebe84c84e9cdbedfb307bf44fb4 # v1 + uses: aws-actions/aws-cloudformation-github-deploy@64bde66a4001208fc0917038be8846d99c9d0585 # v1 with: name: lambda-vpc-disaster-recovery template: cloudformation/disaster-recovery.yml @@ -200,7 +200,7 @@ jobs: no-fail-on-empty-changeset: "1" parameter-overrides: "ApiRole=${{ env.ApiRoleName }}" - name: Deploy to AWS CloudFormation Resilience hub App and Policy - uses: aws-actions/aws-cloudformation-github-deploy@c6cd26bb03f19ebe84c84e9cdbedfb307bf44fb4 # v1 + uses: aws-actions/aws-cloudformation-github-deploy@64bde66a4001208fc0917038be8846d99c9d0585 # v1 with: name: lambda-vpc-resiliencehub-app template: cloudformation/app.yml