diff --git a/.github/workflows/cypress-component-parallelization.yml b/.github/workflows/cypress-component-parallelization.yml index 4da8c1a3e2..86fc63f95f 100644 --- a/.github/workflows/cypress-component-parallelization.yml +++ b/.github/workflows/cypress-component-parallelization.yml @@ -158,7 +158,7 @@ jobs: path: .nyc_output/ merge-multiple: true - - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + - uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 if: ${{ github.event_name == 'pull_request' || github.ref_name == 'develop' }} with: aws-region: eu-west-1 diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 5ce97ad213..9af4f299f8 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -922,7 +922,7 @@ jobs: sudo ./aws/install shell: bash - - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + - uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 with: aws-region: eu-west-1 role-to-assume: ${{ secrets.CLOUDFRONT_ROLE_DOC_PRODUCTION }}