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 09f705a commit 38e1014Copy full SHA for 38e1014
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@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
+ uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
46
with:
47
role-to-assume: ${{ steps.role_arn.outputs.result }}
48
aws-region: us-east-1
0 commit comments