From 072d49f8b7585c19a9b9a52489e54dfb2e688349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 15:16:23 +0000 Subject: [PATCH] chore(deps): bump appleboy/ssh-action from 1.2.0 to 1.2.5 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.2.0 to 1.2.5. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/7eaf76671a0d7eec5d98ee897acda4f968735a17...0ff4204d59e8e51228ff73bce53f80d53301dee2) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-production.yml | 6 +++--- .github/workflows/deploy-staging.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 11fd8dc..c9390e0 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -37,7 +37,7 @@ jobs: - name: Deploy production over SSH (attempt 1) id: attempt1 continue-on-error: true - uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0 + uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5 with: host: ${{ secrets.TRACE_PRODUCTION_SSH_HOST }} username: ${{ secrets.TRACE_PRODUCTION_SSH_USER }} @@ -53,7 +53,7 @@ jobs: id: attempt2 if: steps.attempt1.outcome == 'failure' continue-on-error: true - uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0 + uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5 with: host: ${{ secrets.TRACE_PRODUCTION_SSH_HOST }} username: ${{ secrets.TRACE_PRODUCTION_SSH_USER }} @@ -67,7 +67,7 @@ jobs: - name: Deploy production over SSH (attempt 3) if: steps.attempt1.outcome == 'failure' && steps.attempt2.outcome == 'failure' - uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0 + uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5 with: host: ${{ secrets.TRACE_PRODUCTION_SSH_HOST }} username: ${{ secrets.TRACE_PRODUCTION_SSH_USER }} diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 17f4ab3..5313945 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -37,7 +37,7 @@ jobs: - name: Deploy staging over SSH (attempt 1) id: attempt1 continue-on-error: true - uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0 + uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5 with: host: ${{ secrets.TRACE_STAGING_SSH_HOST }} username: ${{ secrets.TRACE_STAGING_SSH_USER }} @@ -53,7 +53,7 @@ jobs: id: attempt2 if: steps.attempt1.outcome == 'failure' continue-on-error: true - uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0 + uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5 with: host: ${{ secrets.TRACE_STAGING_SSH_HOST }} username: ${{ secrets.TRACE_STAGING_SSH_USER }} @@ -67,7 +67,7 @@ jobs: - name: Deploy staging over SSH (attempt 3) if: steps.attempt1.outcome == 'failure' && steps.attempt2.outcome == 'failure' - uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0 + uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5 with: host: ${{ secrets.TRACE_STAGING_SSH_HOST }} username: ${{ secrets.TRACE_STAGING_SSH_USER }}