From a72669486750ab6b6614eaf883f8875b02686f36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:10:30 +0000 Subject: [PATCH] Renovate Update aws-actions/configure-aws-credentials digest to 97834a4 --- .github/workflows/_build.yml | 2 +- .github/workflows/_deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_build.yml b/.github/workflows/_build.yml index 490bb4b..c312d3a 100644 --- a/.github/workflows/_build.yml +++ b/.github/workflows/_build.yml @@ -62,7 +62,7 @@ jobs: - name: configure OIDC AWS credentials for ECR push if: ${{ github.actor != 'dependabot[bot]' }} - uses: aws-actions/configure-aws-credentials@2cefa29f8797029f898b1baeff3e21a144128687 # pin@v1.7.0 + uses: aws-actions/configure-aws-credentials@97834a484a5ab3c40fa9e2eb40fcf8041105a573 # pin@v1.7.0 with: role-to-assume: arn:aws:iam::311462405659:role/incident-response-gh-actions-ecr-push role-session-name: github-actions-ecr-push diff --git a/.github/workflows/_deploy.yml b/.github/workflows/_deploy.yml index 8bb053f..119fe44 100644 --- a/.github/workflows/_deploy.yml +++ b/.github/workflows/_deploy.yml @@ -46,7 +46,7 @@ jobs: tflint_version: v0.50.1 - name: configure OIDC AWS credentials for terraform - uses: aws-actions/configure-aws-credentials@2cefa29f8797029f898b1baeff3e21a144128687 # pin@v1.7.0 + uses: aws-actions/configure-aws-credentials@97834a484a5ab3c40fa9e2eb40fcf8041105a573 # pin@v1.7.0 with: role-to-assume: "arn:aws:iam::631181914621:role/oidc-incident-response-${{ inputs.account_name }}" role-session-name: github-actions-terraform-incident-response