From 7dcbd0ea01f5bd554494fd8d36aaedc21f84b4dc Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 03:51:52 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials digest to 12e3392 Update aws-actions/configure-aws-credentials Change-type: patch --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 59de6a2..6603228 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -79,7 +79,7 @@ jobs: - name: Setup awscli uses: unfor19/install-aws-cli-action@e8b481e524a99f37fbd39fdc1dcb3341ab091367 # v1 - - uses: aws-actions/configure-aws-credentials@6116f2b953fead7a4c7fba8a3e91d24829555510 + - uses: aws-actions/configure-aws-credentials@12e3392609eaaceb7ae6191b3f54bbcb85b5002b with: aws-region: ${{ vars.AWS_REGION || 'us-east-1' }} role-session-name: github-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}