File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 token : ${{ github.token }}
121121
122122 - name : " Setup SSH key"
123- uses : shimataro/ssh-key-action@d4fffb50872869abe2d9a9098a6d9c5aa7d16be4
123+ uses : shimataro/ssh-key-action@6b84f2e793b32fa0b03a379cadadec75cc539391
124124 with :
125125 key : ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }}
126126 name : " id_rsa"
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176176 git --no-pager log --graph --all --decorate --pretty=oneline -n5
177177
178178 - name : Install SSH Key
179- uses : shimataro/ssh-key-action@d4fffb50872869abe2d9a9098a6d9c5aa7d16be4 # v2.7 .0
179+ uses : shimataro/ssh-key-action@6b84f2e793b32fa0b03a379cadadec75cc539391 # v2.8 .0
180180 with :
181181 key : ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }}
182182 name : " id_rsa"
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ runs:
131131 git --no-pager log --graph --all --decorate --pretty=oneline -n5
132132
133133 - name : Install SSH Key
134- uses : shimataro/ssh-key-action@d4fffb50872869abe2d9a9098a6d9c5aa7d16be4 # v2.7 .0
134+ uses : shimataro/ssh-key-action@6b84f2e793b32fa0b03a379cadadec75cc539391 # v2.8 .0
135135 with :
136136 key : ${{ inputs.GERRIT_SSH_PRIVKEY_G2G }}
137137 name : " id_rsa"
You can’t perform that action at this time.
0 commit comments