From 94eba63c333a358227cbddca12ddea9b35295c70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 15:00:20 +0000 Subject: [PATCH] chore(deps): update shimataro/ssh-key-action action to v2.7.0 --- .github/actions/build-image/action.yml | 2 +- .github/actions/build-publish-docker/action.yml | 2 +- .github/workflows/golang-ci.yml | 2 +- .github/workflows/golang-security.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/build-image/action.yml b/.github/actions/build-image/action.yml index da0ad9c..c315b0b 100644 --- a/.github/actions/build-image/action.yml +++ b/.github/actions/build-image/action.yml @@ -77,7 +77,7 @@ runs: - name: Install SSH Key # You may pin to the exact commit or the version. # uses: shimataro/ssh-key-action@3c9b0fc6f2d223b8450b02a0445f526350fc73e0 - uses: shimataro/ssh-key-action@v2.3.1 + uses: shimataro/ssh-key-action@v2.7.0 with: key: ${{ inputs.ssh_key }} known_hosts: ${{ inputs.ssh_known_hosts }} diff --git a/.github/actions/build-publish-docker/action.yml b/.github/actions/build-publish-docker/action.yml index 969e953..7f12dec 100644 --- a/.github/actions/build-publish-docker/action.yml +++ b/.github/actions/build-publish-docker/action.yml @@ -68,7 +68,7 @@ runs: - name: Install SSH Key # You may pin to the exact commit or the version. # uses: shimataro/ssh-key-action@3c9b0fc6f2d223b8450b02a0445f526350fc73e0 - uses: shimataro/ssh-key-action@v2.3.1 + uses: shimataro/ssh-key-action@v2.7.0 with: key: ${{ inputs.ssh_key }} known_hosts: ${{ inputs.ssh_known_hosts }} diff --git a/.github/workflows/golang-ci.yml b/.github/workflows/golang-ci.yml index 08ce64f..7f2ae01 100644 --- a/.github/workflows/golang-ci.yml +++ b/.github/workflows/golang-ci.yml @@ -104,7 +104,7 @@ jobs: libvips libvips-dev - name: Install SSH Key - uses: shimataro/ssh-key-action@v2.3.1 + uses: shimataro/ssh-key-action@v2.7.0 with: key: ${{ secrets.FT_SSH_KEY }} known_hosts: ${{ secrets.FT_BITBUCKET_KNOWN_HOSTS }} diff --git a/.github/workflows/golang-security.yml b/.github/workflows/golang-security.yml index e8062bd..65b238d 100644 --- a/.github/workflows/golang-security.yml +++ b/.github/workflows/golang-security.yml @@ -51,7 +51,7 @@ jobs: run: export GOPRIVATE=bitbucket.org/fasttrackdevteam,github.com/fasttrack-solutions - name: Install SSH Key - uses: shimataro/ssh-key-action@v2.3.1 + uses: shimataro/ssh-key-action@v2.7.0 with: key: ${{ secrets.FT_SSH_KEY }} known_hosts: ${{ secrets.FT_BITBUCKET_KNOWN_HOSTS }} @@ -88,7 +88,7 @@ jobs: run: export GOPRIVATE=bitbucket.org/fasttrackdevteam,github.com/fasttrack-solutions - name: Install SSH Key - uses: shimataro/ssh-key-action@v2.3.1 + uses: shimataro/ssh-key-action@v2.7.0 with: key: ${{ secrets.FT_SSH_KEY }} known_hosts: ${{ secrets.FT_BITBUCKET_KNOWN_HOSTS }}