Merge pull request #225 from balena-io/renovate/aws-actions-configure-aws-credentials-digest

Update aws-actions/configure-aws-credentials digest to cf3f053
This commit is contained in:
balena-renovate[bot] 2024-06-11 03:56:33 +00:00 committed by GitHub
commit 1382e77e07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,7 @@ jobs:
# FIXME: remove once balenaBlocks/balenaVirt is a thing # FIXME: remove once balenaBlocks/balenaVirt is a thing
submodules: true submodules: true
- uses: aws-actions/configure-aws-credentials@bd0758102444af2a09b9e47a2c93d0f091c1252d - uses: aws-actions/configure-aws-credentials@cf3f053829ce34650d2f93d511f5e3320ae3f5e7
with: with:
aws-region: ${{ vars.AWS_REGION || 'us-east-1' }} aws-region: ${{ vars.AWS_REGION || 'us-east-1' }}
role-session-name: github-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }} role-session-name: github-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}