From 2faf3e7e24e199a48f2cc0c0fa473f6ccfe29720 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 18:08:48 +1200 Subject: [PATCH] Update aws-actions/configure-aws-credentials digest to 0fc95ed (#59) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/environment-main-deploy.yaml | 2 +- .github/workflows/environment-main-plan.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/environment-main-deploy.yaml b/.github/workflows/environment-main-deploy.yaml index e5f172bd..67fc8e28 100644 --- a/.github/workflows/environment-main-deploy.yaml +++ b/.github/workflows/environment-main-deploy.yaml @@ -42,7 +42,7 @@ jobs: coverage-reports: graphql/coverage/lcov.info - name: Configure AWS Access - uses: aws-actions/configure-aws-credentials@ead1e6af28a20f26cc47437fa7e4c8357409ef24 + uses: aws-actions/configure-aws-credentials@0fc95ed93529d540ccff34b6c330f66318bdc888 with: role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT }}:role/${{ vars.AWS_ROLE }} role-session-name: GitHubDeploy-${{ vars.ENVIRONMENT }} diff --git a/.github/workflows/environment-main-plan.yaml b/.github/workflows/environment-main-plan.yaml index ecd82fe9..38a1325f 100644 --- a/.github/workflows/environment-main-plan.yaml +++ b/.github/workflows/environment-main-plan.yaml @@ -40,7 +40,7 @@ jobs: coverage-reports: graphql/coverage/lcov.info, ui/coverage/lcov.info - name: Configure AWS Access - uses: aws-actions/configure-aws-credentials@ead1e6af28a20f26cc47437fa7e4c8357409ef24 + uses: aws-actions/configure-aws-credentials@0fc95ed93529d540ccff34b6c330f66318bdc888 with: role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT }}:role/${{ vars.AWS_ROLE }} role-session-name: GitHubTest-${{ vars.ENVIRONMENT }}