From 43401c2da4603ad8718e37e1875d1a8d41c1291e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 14:22:25 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 6.1.0 to 6.1.1 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/v6.1.0...v6.1.1) --- 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] --- .github/workflows/autopublish.yaml | 2 +- .github/workflows/verify.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autopublish.yaml b/.github/workflows/autopublish.yaml index 94525f8..dd6fc9a 100644 --- a/.github/workflows/autopublish.yaml +++ b/.github/workflows/autopublish.yaml @@ -37,7 +37,7 @@ jobs: # Deploy - name: Configure AWS # this action has immutable releases so we get a better security guarantee by pinning the minor version - uses: aws-actions/configure-aws-credentials@v6.1.0 + uses: aws-actions/configure-aws-credentials@v6.1.1 with: role-to-assume: ${{ secrets.CDK_ROLE }} aws-region: ${{ secrets.AWS_REGION }} diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index 13b6d44..e6c6bbe 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -29,7 +29,7 @@ jobs: # Diff - name: Configure AWS # this action has immutable releases so we get a better security guarantee by pinning the minor version - uses: aws-actions/configure-aws-credentials@v6.1.0 + uses: aws-actions/configure-aws-credentials@v6.1.1 with: role-to-assume: ${{ secrets.CDK_DIFF_ONLY_ROLE }} aws-region: ${{ secrets.AWS_REGION }}