From f9bea0930fe5285031d95c810f46b271caa0a69d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 21:21:10 +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 4.3.1 to 5.1.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/7474bc4690e29a8392af63c5b98e7449536d5c3a...00943011d9042930efac3dcd3a170e4273319bc8) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cowFi-tokens.yml | 2 +- .github/workflows/s3Deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cowFi-tokens.yml b/.github/workflows/cowFi-tokens.yml index 1f96f698..c1ef5493 100644 --- a/.github/workflows/cowFi-tokens.yml +++ b/.github/workflows/cowFi-tokens.yml @@ -35,7 +35,7 @@ jobs: path: src/cowFi/cowFi-tokens.json - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 + uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0 with: role-to-assume: arn:aws:iam::693696263829:role/token-list-github-action-role role-session-name: githubactionsession diff --git a/.github/workflows/s3Deploy.yml b/.github/workflows/s3Deploy.yml index 413d74dc..fc60c235 100644 --- a/.github/workflows/s3Deploy.yml +++ b/.github/workflows/s3Deploy.yml @@ -19,7 +19,7 @@ jobs: persist-credentials: false - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 + uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0 with: role-to-assume: arn:aws:iam::693696263829:role/token-list-github-action-role role-session-name: githubactionsession