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 638a472 commit 8933e57Copy full SHA for 8933e57
.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@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
+ uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
41
with:
42
role-to-assume: ${{ steps.role_arn.outputs.result }}
43
aws-region: ${{ inputs.aws_region }}
0 commit comments