diff --git a/.github/workflows/github2gerrit-v2.yaml b/.github/workflows/github2gerrit-v2.yaml index 1ad4d0a..2a12388 100644 --- a/.github/workflows/github2gerrit-v2.yaml +++ b/.github/workflows/github2gerrit-v2.yaml @@ -120,7 +120,7 @@ jobs: token: ${{ github.token }} - name: "Setup SSH key" - uses: shimataro/ssh-key-action@d4fffb50872869abe2d9a9098a6d9c5aa7d16be4 + uses: shimataro/ssh-key-action@6b84f2e793b32fa0b03a379cadadec75cc539391 with: key: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }} name: "id_rsa" diff --git a/.github/workflows/github2gerrit.yaml b/.github/workflows/github2gerrit.yaml index cb80917..7ba5caf 100644 --- a/.github/workflows/github2gerrit.yaml +++ b/.github/workflows/github2gerrit.yaml @@ -176,7 +176,7 @@ jobs: git --no-pager log --graph --all --decorate --pretty=oneline -n5 - name: Install SSH Key - uses: shimataro/ssh-key-action@d4fffb50872869abe2d9a9098a6d9c5aa7d16be4 # v2.7.0 + uses: shimataro/ssh-key-action@6b84f2e793b32fa0b03a379cadadec75cc539391 # v2.8.0 with: key: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }} name: "id_rsa" diff --git a/action.yaml b/action.yaml index d4f7ac8..04f23a1 100644 --- a/action.yaml +++ b/action.yaml @@ -131,7 +131,7 @@ runs: git --no-pager log --graph --all --decorate --pretty=oneline -n5 - name: Install SSH Key - uses: shimataro/ssh-key-action@d4fffb50872869abe2d9a9098a6d9c5aa7d16be4 # v2.7.0 + uses: shimataro/ssh-key-action@6b84f2e793b32fa0b03a379cadadec75cc539391 # v2.8.0 with: key: ${{ inputs.GERRIT_SSH_PRIVKEY_G2G }} name: "id_rsa"