diff --git a/.github/workflows/integration-test-custom.yml b/.github/workflows/integration-test-custom.yml index 89dc055..2e4e032 100644 --- a/.github/workflows/integration-test-custom.yml +++ b/.github/workflows/integration-test-custom.yml @@ -109,7 +109,7 @@ jobs: parameters: vmName="${{ github.event.inputs.vm_name }}" location="${{ github.event.inputs.location }}" sshPublicKey="${{ secrets.SSH_PUBLIC_KEY }}" - name: Wait SSH to become available - uses: appleboy/ssh-action@8743aa11bfbda97acb45c151ae7a2e0b203f1914 # master + uses: appleboy/ssh-action@90162d1e4396c5c4b7671d60cae550a8b1ae1d0b # master with: host: ${{ steps.create_vm.outputs.publicIpAddress }} username: azureuser @@ -127,7 +127,7 @@ jobs: exit 1 - name: Install Docker - uses: appleboy/ssh-action@8743aa11bfbda97acb45c151ae7a2e0b203f1914 # master + uses: appleboy/ssh-action@90162d1e4396c5c4b7671d60cae550a8b1ae1d0b # master with: host: ${{ steps.create_vm.outputs.publicIpAddress }} username: azureuser @@ -142,7 +142,7 @@ jobs: sudo chmod +x /usr/local/bin/docker-compose - name: Clone Repos and Setup Environment - uses: appleboy/ssh-action@8743aa11bfbda97acb45c151ae7a2e0b203f1914 # master + uses: appleboy/ssh-action@90162d1e4396c5c4b7671d60cae550a8b1ae1d0b # master env: GITHUB_TOKEN: ${{ secrets.IT_GH_ACCESS_TOKEN }} REPO_REFS: ${{ inputs.repo_refs }}