From 1faf8782193edf102b81b9913c9f9168fdb6bf82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:28:39 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 5.1.0 to 6.2.0 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 5.1.0 to 6.2.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/00943011d9042930efac3dcd3a170e4273319bc8...e7f100cf4c008499ea8adda475de1042d6975c7b) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ecr-publish.yaml | 2 +- .github/workflows/update-generated.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ecr-publish.yaml b/.github/workflows/ecr-publish.yaml index 03ea3cde1b..443efcb381 100644 --- a/.github/workflows/ecr-publish.yaml +++ b/.github/workflows/ecr-publish.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 with: aws-region: us-east-1 role-duration-seconds: 7200 diff --git a/.github/workflows/update-generated.yaml b/.github/workflows/update-generated.yaml index 339f1e24df..e797ecde2a 100644 --- a/.github/workflows/update-generated.yaml +++ b/.github/workflows/update-generated.yaml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Configure AWS credentials for coredns update if: ${{ matrix.resource == 'coredns' }} - uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 with: aws-region: us-west-2 role-duration-seconds: 900 @@ -37,7 +37,7 @@ jobs: role-to-assume: ${{ secrets.UPDATE_COREDNS_ROLE_ARN }} - name: Configure AWS credentials for ec2 info update if: ${{ matrix.resource == 'ec2-info' }} - uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 with: aws-region: us-west-2 role-duration-seconds: 900