From 06ff7b9f14a69d7ec753cf337ba2430f5640aed7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 21:44:57 +1200 Subject: [PATCH] Update aws-actions/configure-aws-credentials digest to ead1e6a (#36) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jarrod Lowe <41766555+jarrod-lowe@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 5647e883..54f546b6 100644 --- a/.github/workflows/environment-main-deploy.yaml +++ b/.github/workflows/environment-main-deploy.yaml @@ -33,7 +33,7 @@ jobs: run: IN_PIPELINE=true make graphql - name: Configure AWS Access - uses: aws-actions/configure-aws-credentials@55f725fcb586ca16a5ed5b0d75d464defbfa831b + uses: aws-actions/configure-aws-credentials@ead1e6af28a20f26cc47437fa7e4c8357409ef24 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 be072a28..061a89b4 100644 --- a/.github/workflows/environment-main-plan.yaml +++ b/.github/workflows/environment-main-plan.yaml @@ -31,7 +31,7 @@ jobs: run: IN_PIPELINE=true make graphql - name: Configure AWS Access - uses: aws-actions/configure-aws-credentials@55f725fcb586ca16a5ed5b0d75d464defbfa831b + uses: aws-actions/configure-aws-credentials@ead1e6af28a20f26cc47437fa7e4c8357409ef24 with: role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT }}:role/${{ vars.AWS_ROLE }} role-session-name: GitHubTest-${{ vars.ENVIRONMENT }}