diff --git a/.github/workflows/cdk_release_code.yml b/.github/workflows/cdk_release_code.yml index 34bf16da2..40a52a47f 100644 --- a/.github/workflows/cdk_release_code.yml +++ b/.github/workflows/cdk_release_code.yml @@ -137,7 +137,7 @@ jobs: cp /home/vscode/.tool-versions "$HOME/.tool-versions" - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 + uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 with: aws-region: eu-west-2 role-to-assume: ${{ secrets.CLOUD_FORMATION_DEPLOY_ROLE }} @@ -194,7 +194,7 @@ jobs: - name: Configure AWS Credentials for api release if: ${{ inputs.DEPLOY_APIGEE == true }} - uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 + uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 with: aws-region: eu-west-2 role-to-assume: ${{ secrets.PROXYGEN_ROLE }}