From a1c55041d3c51d8cd52dd498815d138285f1e007 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 04:54:06 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials digest to 1ceaabc Update aws-actions/configure-aws-credentials Change-type: patch --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index a1f8d27a..7d0eb390 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -59,7 +59,7 @@ jobs: # https://docs.renovatebot.com/modules/datasource/aws-machine-image/ # https://docs.renovatebot.com/modules/datasource/aws-rds/ - - uses: aws-actions/configure-aws-credentials@17842ca385cd2aefad812d8a9f8a5cb5b2859b20 + - uses: aws-actions/configure-aws-credentials@1ceaabc2d4208b18ff52a76e80c3a28df83f0277 with: aws-region: ${{ vars.AWS_REGION || 'us-east-1' }} role-session-name: github-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}