Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/build-publish-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golang-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golang-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down