From 5e0540a1731c003612161ff7dd4e721ebaf17063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 10:35:08 +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.1.0 to 6.1.1. - [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/ec61189d14ec14c8efccab744f656cffd0e33f37...d979d5b3a71173a29b74b5b88418bfda9437d885) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 06bb741b86..c1ebafe085 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@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0 + uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: role-to-assume: ${{ steps.role_arn.outputs.result }} aws-region: us-east-1