From 6b57906f67a77741d915023f61d6b640a3659313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:42:46 +0000 Subject: [PATCH] [github-workflows]: Bump mbta/actions/deploy-ecs from 2.22 to 2.24 Bumps [mbta/actions/deploy-ecs](https://github.com/mbta/actions) from 2.22 to 2.24. - [Release notes](https://github.com/mbta/actions/releases) - [Commits](https://github.com/mbta/actions/compare/2c88be6542aa1b129d6a273cae070af9b1e7c076...788f8e264e9ebb1b76b927c89e6466d5a162be80) --- updated-dependencies: - dependency-name: mbta/actions/deploy-ecs dependency-version: '2.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-ecs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-ecs.yml b/.github/workflows/deploy-ecs.yml index 75ebb71..3877631 100644 --- a/.github/workflows/deploy-ecs.yml +++ b/.github/workflows/deploy-ecs.yml @@ -66,7 +66,7 @@ jobs: dockerfile-path: ${{ inputs.dockerfile-path }} docker-additional-args: ${{ inputs.docker-additional-args }} docker-additional-tags: ${{ inputs.docker-additional-tags }} - - uses: mbta/actions/deploy-ecs@2c88be6542aa1b129d6a273cae070af9b1e7c076 # v2.22 + - uses: mbta/actions/deploy-ecs@788f8e264e9ebb1b76b927c89e6466d5a162be80 # v2.24 with: role-to-assume: ${{ secrets.aws-role-arn }} ecs-cluster: ${{ inputs.cluster || inputs.app-name }}