From c87cc20ec5868446835d9e98fd69f097d0472f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 20:56:01 +0000 Subject: [PATCH] build(deps): bump mozilla-it/deploy-actions Bumps the all-dependencies group with 1 update: [mozilla-it/deploy-actions](https://github.com/mozilla-it/deploy-actions). Updates `mozilla-it/deploy-actions` from 6.2.2 to 6.2.3 - [Release notes](https://github.com/mozilla-it/deploy-actions/releases) - [Commits](https://github.com/mozilla-it/deploy-actions/compare/4784cb70739a4f32ce010921f60fb1ebbc791a38...47edfe10709f2978fdcb5fd3037599d72aa10661) --- updated-dependencies: - dependency-name: mozilla-it/deploy-actions dependency-version: 6.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 6dcaf6ec04..9f57f79ceb 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -78,7 +78,7 @@ jobs: docker tag local/socorro_app:latest "$TARGET_IMAGE" - name: Push the Docker image to GAR if: steps.target-image.outputs.TARGET_IMAGE - uses: mozilla-it/deploy-actions/docker-push@4784cb70739a4f32ce010921f60fb1ebbc791a38 # v6.2.2 + uses: mozilla-it/deploy-actions/docker-push@47edfe10709f2978fdcb5fd3037599d72aa10661 # v6.2.3 with: image_tags: ${{ steps.target-image.outputs.TARGET_IMAGE }} workload_identity_pool_project_number: ${{ secrets.WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}