From 6cabaf9ad62c7f4453a00ab9a6b3d14a00044760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:55:03 +0000 Subject: [PATCH] Chore: Bump shimataro/ssh-key-action from 2.8.0 to 2.8.1 Bumps [shimataro/ssh-key-action](https://github.com/shimataro/ssh-key-action) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/shimataro/ssh-key-action/releases) - [Changelog](https://github.com/shimataro/ssh-key-action/blob/v2/CHANGELOG.md) - [Commits](https://github.com/shimataro/ssh-key-action/compare/6b84f2e793b32fa0b03a379cadadec75cc539391...87a8f067114a8ce263df83e9ed5c849953548bc3) --- updated-dependencies: - dependency-name: shimataro/ssh-key-action dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gerrit-required-verify.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gerrit-required-verify.yaml b/.github/workflows/gerrit-required-verify.yaml index 40fa008..4902a39 100644 --- a/.github/workflows/gerrit-required-verify.yaml +++ b/.github/workflows/gerrit-required-verify.yaml @@ -101,7 +101,7 @@ jobs: ref: refs/heads/${{ inputs.GERRIT_BRANCH }} token: ${{ secrets.REPLICATION_TOKEN }} - name: Install SSH Key - uses: shimataro/ssh-key-action@6b84f2e793b32fa0b03a379cadadec75cc539391 # v2.8.0 + uses: shimataro/ssh-key-action@87a8f067114a8ce263df83e9ed5c849953548bc3 # v2.8.1 with: key: ${{ secrets.LFIT_GERRIT_SSH_REQUIRED_PRIVKEY }} known_hosts: ${{ vars.LFIT_GERRIT_KNOWN_HOSTS }}