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 fc36865 commit 346ef38Copy full SHA for 346ef38
.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@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
+ uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
41
with:
42
role-to-assume: ${{ steps.role_arn.outputs.result }}
43
aws-region: ${{ inputs.aws_region }}
0 commit comments