From 0486dc2663f346411809e1d98748ced55bc883d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 08:28:53 +0000 Subject: [PATCH] github-actions(deps): bump aws-actions/amazon-ecs-render-task-definition Bumps [aws-actions/amazon-ecs-render-task-definition](https://github.com/aws-actions/amazon-ecs-render-task-definition) from c804dfbdd57f713b6c079302a4c01db7017a36fc to cbed19f1b86bbb18f59cfffde7107b93cc9b75da. - [Release notes](https://github.com/aws-actions/amazon-ecs-render-task-definition/releases) - [Changelog](https://github.com/aws-actions/amazon-ecs-render-task-definition/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws-actions/amazon-ecs-render-task-definition/compare/c804dfbdd57f713b6c079302a4c01db7017a36fc...cbed19f1b86bbb18f59cfffde7107b93cc9b75da) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecs-render-task-definition dependency-version: cbed19f1b86bbb18f59cfffde7107b93cc9b75da dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-template.yml b/.github/workflows/deploy-template.yml index d98a0370c8..bf57bb71cc 100644 --- a/.github/workflows/deploy-template.yml +++ b/.github/workflows/deploy-template.yml @@ -95,7 +95,7 @@ jobs: - name: Fill in the new image ID in the Amazon ECS task definition id: task-def-service - uses: aws-actions/amazon-ecs-render-task-definition@c804dfbdd57f713b6c079302a4c01db7017a36fc + uses: aws-actions/amazon-ecs-render-task-definition@2f9848c9042c9724294a652686307a993d0551c2 with: task-definition: template_task_def.json container-name: ${{ env.CONTAINER_NAME }} @@ -107,7 +107,7 @@ jobs: - name: Fill in the new image ID in the Amazon ECS task definition for migrations id: task-def-migration if: inputs.service == 'core' - uses: aws-actions/amazon-ecs-render-task-definition@c804dfbdd57f713b6c079302a4c01db7017a36fc + uses: aws-actions/amazon-ecs-render-task-definition@2f9848c9042c9724294a652686307a993d0551c2 with: task-definition: ${{ steps.task-def-service.outputs.task-definition }} container-name: migrations