From 55c9f95c9421ae5fbbea00ffccf841c8ec1927b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 14:28:28 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials digest to 5fd3084 --- .github/workflows/aws-ecr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-ecr.yml b/.github/workflows/aws-ecr.yml index 5971d3d..0b50302 100644 --- a/.github/workflows/aws-ecr.yml +++ b/.github/workflows/aws-ecr.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@5727f247b64f324ec403ac56ae05e220fd02b65f # v2 + uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2 with: aws-region: ${{ inputs.aws-region }} role-to-assume: ${{ secrets.GHA_ECR_ROLE_ASSUMPTION }}