From fa0d6999d21b791158844dcbc007fb89dec49cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:17:23 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials in /actions/update-link-index Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/8df5847569e6427dd6c4fb1cf565c83acfa8afa7...ec61189d14ec14c8efccab744f656cffd0e33f37) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- actions/update-link-index/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/update-link-index/action.yml b/actions/update-link-index/action.yml index bc2684f67d..06bb741b86 100644 --- a/actions/update-link-index/action.yml +++ b/actions/update-link-index/action.yml @@ -42,7 +42,7 @@ runs: with open(os.environ["GITHUB_OUTPUT"], "a") as f: f.write(f"result=arn:aws:iam::{aws_account_id}:role/{prefix}{hash}") - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0 + uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0 with: role-to-assume: ${{ steps.role_arn.outputs.result }} aws-region: us-east-1