From ee63d7091129c3b218908249e82bc11c1753ca05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 13:30:59 +0000 Subject: [PATCH] Bump citizensadvice/build-and-push-action from 1 to 5 Bumps [citizensadvice/build-and-push-action](https://github.com/citizensadvice/build-and-push-action) from 1 to 5. - [Release notes](https://github.com/citizensadvice/build-and-push-action/releases) - [Commits](https://github.com/citizensadvice/build-and-push-action/compare/01ae8e8371b6a3d45d6bf85eb5130deaeec2ad8a...206bf7dfb5d0201183fb0de81dc4913334c4527e) --- updated-dependencies: - dependency-name: citizensadvice/build-and-push-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3ac9470..6a90768 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: contents: read steps: - name: Build and push to ECR - uses: citizensadvice/build-and-push-action@01ae8e8371b6a3d45d6bf85eb5130deaeec2ad8a + uses: citizensadvice/build-and-push-action@206bf7dfb5d0201183fb0de81dc4913334c4527e with: aws_access_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_KEY }} aws_secret_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_SECRET }}