From 567adc78d45cfd1cf96b522711c1d7c122928b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 07:41:13 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 1.6.0 to 3.0.1 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1.6.0 to 3.0.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/ea7b857d8a33dc2fb4ef5a724500044281b49a5e...04b98b3f9e85f563fb061be8751a0352327246b0) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/int.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/int.yml b/.github/workflows/int.yml index 5fc4494f0..c21c60e76 100644 --- a/.github/workflows/int.yml +++ b/.github/workflows/int.yml @@ -27,7 +27,7 @@ jobs: with: go-version: 1.17 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@ea7b857d8a33dc2fb4ef5a724500044281b49a5e + uses: aws-actions/configure-aws-credentials@04b98b3f9e85f563fb061be8751a0352327246b0 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_INT }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_INT }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ec3f2b4a..5980b4a71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: description: 'Session token for secure-repo prod' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@ea7b857d8a33dc2fb4ef5a724500044281b49a5e + uses: aws-actions/configure-aws-credentials@04b98b3f9e85f563fb061be8751a0352327246b0 with: aws-access-key-id: ${{ steps.wait-for-secrets.outputs.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ steps.wait-for-secrets.outputs.AWS_SECRET_ACCESS_KEY }}