From 222a3d0c0a73506cc582a507cd3cf43c4c844b9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 20:42:16 +0000 Subject: [PATCH] Bump appleboy/ssh-action Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 3ca8a7c5359ac6ad91aa47f1946ece1c3b025004 to 823bd89e131d8d508129f9443cad5855e9ba96f0. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/3ca8a7c5359ac6ad91aa47f1946ece1c3b025004...823bd89e131d8d508129f9443cad5855e9ba96f0) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 823bd89e131d8d508129f9443cad5855e9ba96f0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-test-custom.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-test-custom.yml b/.github/workflows/integration-test-custom.yml index c6ebd01..564bd03 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@3ca8a7c5359ac6ad91aa47f1946ece1c3b025004 # master + uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # master with: host: ${{ steps.create_vm.outputs.publicIpAddress }} username: azureuser @@ -127,7 +127,7 @@ jobs: exit 1 - name: Install Docker - uses: appleboy/ssh-action@3ca8a7c5359ac6ad91aa47f1946ece1c3b025004 # master + uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # 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@3ca8a7c5359ac6ad91aa47f1946ece1c3b025004 # master + uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # master env: GITHUB_TOKEN: ${{ secrets.IT_GH_ACCESS_TOKEN }} REPO_REFS: ${{ inputs.repo_refs }}