From 01b69c991ac17a5685793151333caa8d8cea2b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:48:37 +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 }}