From 2196d3a722cbb1a4b04f0193c9703315c10b2fd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:31:09 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials in /.github/workflows Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 2 to 4. - [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/v2...v4) --- 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/cloudformation-ci.yml | 2 +- .github/workflows/cnvm-ci.yml | 2 +- .github/workflows/destroy-environment.yml | 2 +- .github/workflows/eks-ci.yml | 2 +- .github/workflows/publish-cloudformation.yml | 2 +- .github/workflows/publish-test-results.yml | 2 +- .github/workflows/test-environment.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cloudformation-ci.yml b/.github/workflows/cloudformation-ci.yml index d68d5f887f..9f774f2421 100644 --- a/.github/workflows/cloudformation-ci.yml +++ b/.github/workflows/cloudformation-ci.yml @@ -54,7 +54,7 @@ jobs: poetry install - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/cnvm-ci.yml b/.github/workflows/cnvm-ci.yml index 94af1ce263..79f73ab511 100644 --- a/.github/workflows/cnvm-ci.yml +++ b/.github/workflows/cnvm-ci.yml @@ -30,7 +30,7 @@ jobs: poetry --version - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/destroy-environment.yml b/.github/workflows/destroy-environment.yml index 3c9ec87329..e4e1baeb4a 100644 --- a/.github/workflows/destroy-environment.yml +++ b/.github/workflows/destroy-environment.yml @@ -49,7 +49,7 @@ jobs: echo "TF_VAR_ec_api_key=$ec_api_key" >> $GITHUB_ENV - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ env.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ env.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/eks-ci.yml b/.github/workflows/eks-ci.yml index a683cd7059..6c9f86159c 100644 --- a/.github/workflows/eks-ci.yml +++ b/.github/workflows/eks-ci.yml @@ -130,7 +130,7 @@ jobs: key: ${{ runner.os }}-dockers-cache-${{ env.CONTAINER_SUFFIX }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ env.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ env.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/publish-cloudformation.yml b/.github/workflows/publish-cloudformation.yml index 18be9ee881..2cdb0adc8b 100644 --- a/.github/workflows/publish-cloudformation.yml +++ b/.github/workflows/publish-cloudformation.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.CSPM_CFT_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.CSPM_CFT_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/publish-test-results.yml b/.github/workflows/publish-test-results.yml index 465d992f33..809173c324 100644 --- a/.github/workflows/publish-test-results.yml +++ b/.github/workflows/publish-test-results.yml @@ -72,7 +72,7 @@ jobs: ignoreMissingResults: true - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/test-environment.yml b/.github/workflows/test-environment.yml index e2422108c5..c05dd827f3 100644 --- a/.github/workflows/test-environment.yml +++ b/.github/workflows/test-environment.yml @@ -206,7 +206,7 @@ jobs: poetry install - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4.0.1 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ env.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ env.AWS_SECRET_ACCESS_KEY }}