From 44aa6090aad0e41daabcbb16bc80927a8fe483ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 11:32:33 +0000 Subject: [PATCH] chore(deps): Bump aws-actions/amazon-ecs-deploy-task-definition Bumps [aws-actions/amazon-ecs-deploy-task-definition](https://github.com/aws-actions/amazon-ecs-deploy-task-definition) from 1 to 2. - [Release notes](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases) - [Changelog](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v1...v2) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecs-deploy-task-definition dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-alignment-aws.yml | 2 +- .github/workflows/cim-mapping-aws.yml | 2 +- .github/workflows/compas-openscd-aws.yml | 2 +- .github/workflows/data-service-aws.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-alignment-aws.yml b/.github/workflows/auto-alignment-aws.yml index 0532513..5c7f713 100644 --- a/.github/workflows/auto-alignment-aws.yml +++ b/.github/workflows/auto-alignment-aws.yml @@ -42,7 +42,7 @@ jobs: JWT_VERIFY_ISSUER=${{ secrets.JWT_VERIFY_ISSUER }} - name: Deploy to Amazon ECS service - uses: aws-actions/amazon-ecs-deploy-task-definition@v1 + uses: aws-actions/amazon-ecs-deploy-task-definition@v2 with: task-definition: ${{ steps.render-auto-alignment.outputs.task-definition }} service: scl-auto-alignment diff --git a/.github/workflows/cim-mapping-aws.yml b/.github/workflows/cim-mapping-aws.yml index dc4237d..6cf4549 100644 --- a/.github/workflows/cim-mapping-aws.yml +++ b/.github/workflows/cim-mapping-aws.yml @@ -42,7 +42,7 @@ jobs: JWT_VERIFY_ISSUER=${{ secrets.JWT_VERIFY_ISSUER }} - name: Deploy to Amazon ECS service - uses: aws-actions/amazon-ecs-deploy-task-definition@v1 + uses: aws-actions/amazon-ecs-deploy-task-definition@v2 with: task-definition: ${{ steps.render-cim-mapping.outputs.task-definition }} service: Compas-Cim-Mapping diff --git a/.github/workflows/compas-openscd-aws.yml b/.github/workflows/compas-openscd-aws.yml index 4096b00..0fa4a12 100644 --- a/.github/workflows/compas-openscd-aws.yml +++ b/.github/workflows/compas-openscd-aws.yml @@ -39,7 +39,7 @@ jobs: image: ${{ steps.read_docker_compose.outputs.data }} - name: Deploy to Amazon ECS service - uses: aws-actions/amazon-ecs-deploy-task-definition@v1 + uses: aws-actions/amazon-ecs-deploy-task-definition@v2 with: task-definition: ${{ steps.render-compas-openscd.outputs.task-definition }} service: CoMPAS-Open-SCD diff --git a/.github/workflows/data-service-aws.yml b/.github/workflows/data-service-aws.yml index a892636..2565eb2 100644 --- a/.github/workflows/data-service-aws.yml +++ b/.github/workflows/data-service-aws.yml @@ -59,7 +59,7 @@ jobs: PG_USER=${{ secrets.POSTGRESQL_USERNAME }} - name: Deploy to Amazon ECS service - uses: aws-actions/amazon-ecs-deploy-task-definition@v1 + uses: aws-actions/amazon-ecs-deploy-task-definition@v2 with: task-definition: ${{ steps.render-postgres.outputs.task-definition }} service: Scl-Data-Service