From 055bbfee59935efa3ce61fd07f65afac998b3d20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 08:08:23 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 2.2.0 to 4.0.1 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 2.2.0 to 4.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/5fd3084fc36e372ff1fff382a39b10d03659f355...010d0da01d0b5a38af31e9c3470dbfdabdecca3a) --- 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/management-account-apply.yml | 2 +- .github/workflows/management-account-plan.yml | 2 +- .github/workflows/organisation-security-apply.yml | 2 +- .github/workflows/organisation-security-plan.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/management-account-apply.yml b/.github/workflows/management-account-apply.yml index 229e1b5b..1a25bdb8 100644 --- a/.github/workflows/management-account-apply.yml +++ b/.github/workflows/management-account-apply.yml @@ -21,7 +21,7 @@ jobs: working-directory: ./management-account/terraform steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - - uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2.2.0 + - uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1 with: role-to-assume: arn:aws:iam::${{secrets.AWS_ROOT_ACCOUNT_ID}}:role/github-actions-apply role-session-name: GitHubActions diff --git a/.github/workflows/management-account-plan.yml b/.github/workflows/management-account-plan.yml index 55bfaec1..8c50c7e0 100644 --- a/.github/workflows/management-account-plan.yml +++ b/.github/workflows/management-account-plan.yml @@ -20,7 +20,7 @@ jobs: working-directory: ./management-account/terraform steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - - uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2.2.0 + - uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1 with: role-to-assume: arn:aws:iam::${{secrets.AWS_ROOT_ACCOUNT_ID}}:role/github-actions-plan role-session-name: GitHubActions diff --git a/.github/workflows/organisation-security-apply.yml b/.github/workflows/organisation-security-apply.yml index 5c0278ca..7b118316 100644 --- a/.github/workflows/organisation-security-apply.yml +++ b/.github/workflows/organisation-security-apply.yml @@ -21,7 +21,7 @@ jobs: working-directory: ./organisation-security/terraform steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - - uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2.2.0 + - uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1 with: role-to-assume: arn:aws:iam::${{secrets.AWS_SECURITY_ACCOUNT_ID}}:role/github-actions-apply role-session-name: GitHubActions diff --git a/.github/workflows/organisation-security-plan.yml b/.github/workflows/organisation-security-plan.yml index d682e818..ea076a02 100644 --- a/.github/workflows/organisation-security-plan.yml +++ b/.github/workflows/organisation-security-plan.yml @@ -20,7 +20,7 @@ jobs: working-directory: ./organisation-security/terraform steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - - uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2.2.0 + - uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1 with: role-to-assume: arn:aws:iam::${{secrets.AWS_SECURITY_ACCOUNT_ID}}:role/github-actions-plan role-session-name: GitHubActions