From 704c87ea6703013d460442c12a40e138561f01b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 21:02:03 +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 35078eee15b69e9f3933bd5a2a24e5b6f117c2a3. - [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...35078eee15b69e9f3933bd5a2a24e5b6f117c2a3) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecs-render-task-definition 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..26c98d8d57 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@23e93b6b860a402948c739b0db055bc5dc55dfa9 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@23e93b6b860a402948c739b0db055bc5dc55dfa9 with: task-definition: ${{ steps.task-def-service.outputs.task-definition }} container-name: migrations