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 b9dbf68 commit 7553dc4Copy full SHA for 7553dc4
actions/update-link-index/action.yml
@@ -42,7 +42,7 @@ runs:
42
with open(os.environ["GITHUB_OUTPUT"], "a") as f:
43
f.write(f"result=arn:aws:iam::{aws_account_id}:role/{prefix}{hash}")
44
- name: Configure AWS Credentials
45
- uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
+ uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
46
with:
47
role-to-assume: ${{ steps.role_arn.outputs.result }}
48
aws-region: us-east-1
0 commit comments