From 7cdef616fb34c4d91f3502da72c96d433a3f7bb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 17:16:38 +0000 Subject: [PATCH] chore(deps): bump aws-actions/configure-aws-credentials Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.1.1 to 6.1.3. - [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/v6.1.1...6.1.3) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/aws-integration.yaml | 2 +- .github/workflows/multicluster-e2e.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aws-integration.yaml b/.github/workflows/aws-integration.yaml index f7e9f7c4af..436033469e 100644 --- a/.github/workflows/aws-integration.yaml +++ b/.github/workflows/aws-integration.yaml @@ -61,7 +61,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v6.1.1 + uses: aws-actions/configure-aws-credentials@6.1.3 with: aws-region: ${{ secrets.AWS_REGION }} role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github diff --git a/.github/workflows/multicluster-e2e.yaml b/.github/workflows/multicluster-e2e.yaml index c0383b1b17..8d1f0a9102 100644 --- a/.github/workflows/multicluster-e2e.yaml +++ b/.github/workflows/multicluster-e2e.yaml @@ -100,7 +100,7 @@ jobs: echo "CLUSTER_1_KUBECONFIG=$cluster1Conf" >> "$GITHUB_ENV" echo "CLUSTER_2_KUBECONFIG=$cluster2Conf" >> "$GITHUB_ENV" - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v6.1.1 + uses: aws-actions/configure-aws-credentials@6.1.3 with: aws-region: ${{ secrets.AWS_REGION }} role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github