From 16c9d834868eafd7628e4809749216401b2fe4ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:36:24 +0000 Subject: [PATCH] chore: bump mbta/actions from 1 to 2 Bumps [mbta/actions](https://github.com/mbta/actions) from 1 to 2. - [Release notes](https://github.com/mbta/actions/releases) - [Commits](https://github.com/mbta/actions/compare/v1...v2) --- updated-dependencies: - dependency-name: mbta/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-ecs-prod.yml | 2 +- .github/workflows/elixir.yml | 4 ++-- .github/workflows/prod-stunnel.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-ecs-prod.yml b/.github/workflows/deploy-ecs-prod.yml index b3d53e7..859c1d1 100644 --- a/.github/workflows/deploy-ecs-prod.yml +++ b/.github/workflows/deploy-ecs-prod.yml @@ -24,7 +24,7 @@ jobs: ecs-cluster: tablespoon ecs-service: tablespoon-prod docker-tag: ${{ steps.build-push.outputs.docker-tag }} - - uses: mbta/actions/notify-slack-deploy@v1 + - uses: mbta/actions/notify-slack-deploy@v2 if: ${{ !cancelled() }} with: webhook-url: ${{ secrets.SLACK_WEBHOOK }} diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index c0c0be2..0b0c5d8 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -41,7 +41,7 @@ jobs: path: ~/.asdf key: ${{ runner.os }}-asdf-v3-${{ hashFiles('.tool-versions') }} id: asdf-cache - - uses: mbta/actions/reshim-asdf@v1 + - uses: mbta/actions/reshim-asdf@v2 - name: Restore dependencies cache id: deps-cache uses: actions/cache@v4 @@ -69,7 +69,7 @@ jobs: with: name: elixir-lcov path: cover/ - - uses: mbta/actions/dialyzer@v1 + - uses: mbta/actions/dialyzer@v2 trivy: name: Trivy vulnerability scanner diff --git a/.github/workflows/prod-stunnel.yml b/.github/workflows/prod-stunnel.yml index a7dd4fa..caa1c1c 100644 --- a/.github/workflows/prod-stunnel.yml +++ b/.github/workflows/prod-stunnel.yml @@ -24,7 +24,7 @@ jobs: ecs-service: ${{ env.ECS_SERVICE }} docker-tag: ghcr.io/mbta/stunnel:5.72-r0-alpine-3.19.1 launch-type: EXTERNAL - - uses: mbta/actions/notify-slack-deploy@v1 + - uses: mbta/actions/notify-slack-deploy@v2 if: ${{ !cancelled() }} with: webhook-url: ${{ secrets.SLACK_WEBHOOK }}