diff --git a/.github/actions/deploy-server/action.yml b/.github/actions/deploy-server/action.yml index 8e24109c..108d43d1 100644 --- a/.github/actions/deploy-server/action.yml +++ b/.github/actions/deploy-server/action.yml @@ -47,7 +47,7 @@ runs: - name: Login to Amazon ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@2f9f10ea3fa2eed41ac443fee8bfbd059af2d0a4 + uses: aws-actions/amazon-ecr-login@fc3959cb4cf5a821ab7a5a636ea4f1e855b05180 - name: Build, Push, and Scan Server Image if: ${{ inputs.image-uri == '' }}