We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47205d5 commit 2139840Copy full SHA for 2139840
.github/actions/aws-auth/action.yml
@@ -37,7 +37,7 @@ runs:
37
with open(os.environ["GITHUB_OUTPUT"], "a") as f:
38
f.write(f"result=arn:aws:iam::{os.environ["AWS_ACCOUNT_ID"]}:role/{prefix}{hash}")
39
- name: Configure AWS Credentials
40
- uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
+ uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
41
with:
42
role-to-assume: ${{ steps.role_arn.outputs.result }}
43
aws-region: ${{ inputs.aws_region }}
0 commit comments