From b47c9f8a618c1ed37452c7a0b6d765354f0935d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:43:04 +0000 Subject: [PATCH] [github-workflows]: Bump mbta/actions/deploy-ecs from 2.20 to 2.22 Bumps [mbta/actions/deploy-ecs](https://github.com/mbta/actions) from 2.20 to 2.22. - [Release notes](https://github.com/mbta/actions/releases) - [Commits](https://github.com/mbta/actions/compare/d37877022d4ae12e96663d2e0a970a5214a2e232...2c88be6542aa1b129d6a273cae070af9b1e7c076) --- updated-dependencies: - dependency-name: mbta/actions/deploy-ecs dependency-version: '2.22' 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 f999513..4abe784 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@d37877022d4ae12e96663d2e0a970a5214a2e232 # v2.20 + - uses: mbta/actions/deploy-ecs@2c88be6542aa1b129d6a273cae070af9b1e7c076 # v2.22 with: role-to-assume: ${{ secrets.aws-role-arn }} ecs-cluster: ${{ inputs.cluster || inputs.app-name }}