From e7f064a0db6f876f068cae8e0da1959ff5035f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 19:22:28 +0000 Subject: [PATCH] Bump the all group with 2 updates Bumps the all group with 2 updates: [docker/login-action](https://github.com/docker/login-action) and [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Updates `docker/login-action` from 4.4.0 to 4.5.2 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.4.0...v4.5.2) Updates `aws-actions/configure-aws-credentials` from 6.2.2 to 6.2.3 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/6.2.2...v6.2.3) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ef1138..2e9e730 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,20 +61,20 @@ jobs: name: image - run: | docker load < concourse-github-app-token.tar - - uses: docker/login-action@v4.4.0 + - uses: docker/login-action@v4.5.2 with: username: tenjaa password: ${{ secrets.docker_password }} - - uses: aws-actions/configure-aws-credentials@6.2.2 + - uses: aws-actions/configure-aws-credentials@v6.2.3 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} aws-region: us-east-1 - name: Login to Public ECR - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.2 with: registry: public.ecr.aws - name: Login to GitHub Container Registry - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.repository_owner }}