From 21d67b7d5cd07d4e010d61a6d98bde3341c189a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 13:02:24 +0000 Subject: [PATCH] build(deps): bump aws-actions/configure-aws-credentials from 4 to 5 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-cloudformation-stackset.yml | 2 +- .github/workflows/deploy-cloudformation.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/helm.yml | 2 +- .github/workflows/powerpipe.yml | 2 +- .github/workflows/prowler.yml | 2 +- .github/workflows/prowlerAWS.yml | 2 +- .github/workflows/smurf_docker_helm.yml | 12 ++++++------ .github/workflows/smurf_terraform.yml | 2 +- .github/workflows/sst_workflow.yml | 2 +- .github/workflows/terraform.yml | 2 +- .github/workflows/terraform_workflow.yml | 2 +- .github/workflows/terraform_workflow_target.yml | 2 +- .github/workflows/tf-checks.yml | 2 +- .github/workflows/tf-pr-checks.yaml | 2 +- .github/workflows/tfdrift.yml | 2 +- 16 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/deploy-cloudformation-stackset.yml b/.github/workflows/deploy-cloudformation-stackset.yml index 82b8b687..50db64a6 100644 --- a/.github/workflows/deploy-cloudformation-stackset.yml +++ b/.github/workflows/deploy-cloudformation-stackset.yml @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v5 - name: 🔐 Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID}} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/deploy-cloudformation.yml b/.github/workflows/deploy-cloudformation.yml index 86c1e946..2e098092 100644 --- a/.github/workflows/deploy-cloudformation.yml +++ b/.github/workflows/deploy-cloudformation.yml @@ -92,7 +92,7 @@ jobs: path: ${{ inputs.GitHub-repo-name }} - name: 🔐 Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID}} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b9313c04..867fe81e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -78,7 +78,7 @@ jobs: - name: 🔧 Configure AWS credentials if: ${{ inputs.provider == 'aws' }} - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 7dcd3afc..09f3d041 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -118,7 +118,7 @@ jobs: - name: 🔧 Configure AWS credentials if: ${{ inputs.provider == 'aws' }} - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/powerpipe.yml b/.github/workflows/powerpipe.yml index 4482779d..f84c31d4 100644 --- a/.github/workflows/powerpipe.yml +++ b/.github/workflows/powerpipe.yml @@ -95,7 +95,7 @@ jobs: uses: actions/checkout@v5 - name: 🔑 Setup AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.aws_assume_role }} role-session-name: powerpipe diff --git a/.github/workflows/prowler.yml b/.github/workflows/prowler.yml index 6b6c5418..1d37cd08 100644 --- a/.github/workflows/prowler.yml +++ b/.github/workflows/prowler.yml @@ -84,7 +84,7 @@ jobs: - name: 🟦 Install AWS CLI if: ${{ inputs.cloud_provider == 'aws' }} - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/prowlerAWS.yml b/.github/workflows/prowlerAWS.yml index 958d1f1a..e517f5c1 100644 --- a/.github/workflows/prowlerAWS.yml +++ b/.github/workflows/prowlerAWS.yml @@ -103,7 +103,7 @@ jobs: - name: 🟦 Install AWS CLI if: ${{ inputs.cloud_provider == 'aws' }} - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/smurf_docker_helm.yml b/.github/workflows/smurf_docker_helm.yml index 8076f8ec..5835763b 100644 --- a/.github/workflows/smurf_docker_helm.yml +++ b/.github/workflows/smurf_docker_helm.yml @@ -254,14 +254,14 @@ jobs: - name: 🔑 Configure AWS credentials with OIDC if: inputs.aws_auth_method == 'oidc' - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ inputs.aws_role }} aws-region: ${{ inputs.aws_region }} - name: 🔄 Assume another IAM Role if: inputs.aws_assume_role == 'true' - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ inputs.aws_assume_role_arn }} aws-region: ${{ inputs.aws_region }} @@ -362,14 +362,14 @@ jobs: - name: 🔑 Configure AWS credentials with OIDC if: inputs.aws_auth_method == 'oidc' - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: '${{ inputs.aws_role }}' aws-region: ${{ inputs.aws_region }} - name: 🔄 Assume another IAM Role if: inputs.aws_assume_role_arn == 'true' - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: '${{ inputs.aws_assume_role_arn }}' aws-region: ${{ inputs.aws_region }} @@ -445,14 +445,14 @@ jobs: - name: 🔑 Configure AWS credentials with OIDC if: inputs.aws_auth_method == 'oidc' - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ inputs.aws_role }} aws-region: ${{ inputs.aws_region }} - name: 🔄 Assume another IAM Role if: inputs.aws_assume_role_arn == 'true' - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: '${{ inputs.aws_role }}' aws-region: ${{ inputs.aws_region }} diff --git a/.github/workflows/smurf_terraform.yml b/.github/workflows/smurf_terraform.yml index a69538f7..94fd26ea 100644 --- a/.github/workflows/smurf_terraform.yml +++ b/.github/workflows/smurf_terraform.yml @@ -120,7 +120,7 @@ jobs: - name: 🔑 Configure AWS credentials with OIDC if: inputs.aws_auth_method == 'oidc' - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: '${{ inputs.aws_role }}' aws-region: '${{ inputs.aws_region }}' diff --git a/.github/workflows/sst_workflow.yml b/.github/workflows/sst_workflow.yml index f1d8e531..ae733f76 100644 --- a/.github/workflows/sst_workflow.yml +++ b/.github/workflows/sst_workflow.yml @@ -84,7 +84,7 @@ jobs: fi - name: 🔑 Configure AWS Creds via role - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-west-2 role-to-assume: ${{ secrets.build-role }} diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 570effeb..6f0b8f8b 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -64,7 +64,7 @@ jobs: # install AWS-cli - name: 🟦 Install AWS CLI if: ${{ inputs.provider == 'aws' }} - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/terraform_workflow.yml b/.github/workflows/terraform_workflow.yml index 5ba9b8db..8c936528 100644 --- a/.github/workflows/terraform_workflow.yml +++ b/.github/workflows/terraform_workflow.yml @@ -143,7 +143,7 @@ jobs: - name: 🟦 Install AWS CLI if: ${{ inputs.provider == 'aws' }} - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/terraform_workflow_target.yml b/.github/workflows/terraform_workflow_target.yml index 9c41da7e..4dad7065 100644 --- a/.github/workflows/terraform_workflow_target.yml +++ b/.github/workflows/terraform_workflow_target.yml @@ -146,7 +146,7 @@ jobs: - name: 🟦 Install AWS CLI if: ${{ inputs.provider == 'aws' }} - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/tf-checks.yml b/.github/workflows/tf-checks.yml index 183c867b..b8ec1f6b 100644 --- a/.github/workflows/tf-checks.yml +++ b/.github/workflows/tf-checks.yml @@ -120,7 +120,7 @@ jobs: - name: 🟦 Install AWS CLI if: ${{ inputs.provider == 'aws' }} - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/tf-pr-checks.yaml b/.github/workflows/tf-pr-checks.yaml index 98716189..2ebf520d 100644 --- a/.github/workflows/tf-pr-checks.yaml +++ b/.github/workflows/tf-pr-checks.yaml @@ -89,7 +89,7 @@ jobs: - name: ☁️ Install AWS CLI if: ${{ inputs.provider == 'aws' }} - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/tfdrift.yml b/.github/workflows/tfdrift.yml index 0f4f17dc..526b8c4c 100644 --- a/.github/workflows/tfdrift.yml +++ b/.github/workflows/tfdrift.yml @@ -106,7 +106,7 @@ jobs: - name: ☁️ Install AWS CLI if: ${{ inputs.provider == 'aws' }} - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-access-key-id: ${{ secrets.aws_access_key_id }} aws-secret-access-key: ${{ secrets.aws_secret_access_key }}