Skip to content

Commit 6e309e1

Browse files
authored
Merge pull request #59 from lfit/dependabot/github_actions/shimataro/ssh-key-action-2.8.0
Chore(deps): Bump shimataro/ssh-key-action from 2.7.0 to 2.8.0
2 parents 65f1b0b + 3cea13d commit 6e309e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/github2gerrit-v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

.github/workflows/github2gerrit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)