From 6e0b7fcfedf93e90df03935dac407dfb59ed4037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 21:43:01 +0000 Subject: [PATCH] build(deps): bump aws-actions/configure-aws-credentials Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.2.0 to 6.2.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/e7f100cf4c008499ea8adda475de1042d6975c7b...254c19bd240aabef8777f48595e9d2d7b972184b) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cdk-diff-on-pr.yml | 2 +- .github/workflows/claude-code.yml | 2 +- .github/workflows/claude-pr-auto-review.yml | 2 +- .github/workflows/kick-codebuild.yaml | 2 +- .github/workflows/review-dependabot.yml | 2 +- .github/workflows/vrt-ai-review.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cdk-diff-on-pr.yml b/.github/workflows/cdk-diff-on-pr.yml index 21f7d4c..bc34cf7 100644 --- a/.github/workflows/cdk-diff-on-pr.yml +++ b/.github/workflows/cdk-diff-on-pr.yml @@ -79,7 +79,7 @@ jobs: scripts/cdk-diff - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 + uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1 with: role-to-assume: arn:aws:iam::${{ matrix.aws_account.id }}:role/${{ inputs.aws_role_name }} aws-region: ${{ inputs.aws_region }} diff --git a/.github/workflows/claude-code.yml b/.github/workflows/claude-code.yml index 8331096..17c5e28 100644 --- a/.github/workflows/claude-code.yml +++ b/.github/workflows/claude-code.yml @@ -42,7 +42,7 @@ jobs: fetch-depth: 1 - name: Configure AWS Credentials (OIDC) - uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 + uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1 with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: ${{ inputs.region }} diff --git a/.github/workflows/claude-pr-auto-review.yml b/.github/workflows/claude-pr-auto-review.yml index 5eec248..2ac5958 100644 --- a/.github/workflows/claude-pr-auto-review.yml +++ b/.github/workflows/claude-pr-auto-review.yml @@ -48,7 +48,7 @@ jobs: fetch-depth: 1 - name: Configure AWS Credentials (OIDC) - uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 + uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1 with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: ${{ inputs.region }} diff --git a/.github/workflows/kick-codebuild.yaml b/.github/workflows/kick-codebuild.yaml index 3cbe898..c1979d1 100644 --- a/.github/workflows/kick-codebuild.yaml +++ b/.github/workflows/kick-codebuild.yaml @@ -38,7 +38,7 @@ jobs: # pull_request_review 時は PR HEAD の SHA を明示的に指定する。 ref: ${{ github.event_name == 'pull_request_review' && github.event.pull_request.head.sha || '' }} - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 + uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1 with: role-to-assume: arn:aws:iam::${{ inputs.aws_account_id }}:role/codebuild-github-actions-role aws-region: ap-northeast-1 diff --git a/.github/workflows/review-dependabot.yml b/.github/workflows/review-dependabot.yml index 230c1db..cef3189 100644 --- a/.github/workflows/review-dependabot.yml +++ b/.github/workflows/review-dependabot.yml @@ -69,7 +69,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 + uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1 with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: ${{ inputs.region }} diff --git a/.github/workflows/vrt-ai-review.yml b/.github/workflows/vrt-ai-review.yml index 1f87f94..176cd7b 100644 --- a/.github/workflows/vrt-ai-review.yml +++ b/.github/workflows/vrt-ai-review.yml @@ -265,7 +265,7 @@ jobs: steps.context.outputs.pr_open == 'true' && steps.context.outputs.is_draft == 'false' && steps.context.outputs.has_changes == 'true' - uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0 + uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1 with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: ${{ env.AWS_REGION }}