From 6741b719ff4c8b4e732265f25ce82fdaa74af824 Mon Sep 17 00:00:00 2001 From: Maxim Dietz Date: Wed, 27 Dec 2023 08:35:34 -0400 Subject: [PATCH] fix: Lock ssh-action ver to commit hash --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e33c2d8..7eb2589 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: needs: [ build ] steps: - name: Deploy to VPS - uses: appleboy/ssh-action@master + uses: appleboy/ssh-action@2344d975738ad85c2c0bc848a78cef0d4ce17ec0 with: host: ${{ vars.SSH_HOST }} username: ${{ vars.SSH_USER }}