From 4f3b46875a0207fb8ec8e205e0f62b80740cfd44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 03:53:46 +0000 Subject: [PATCH] Chore(deps): Bump the actions-deps group with 3 updates Bumps the actions-deps group with 3 updates: [lfreleng-actions/github2gerrit-action](https://github.com/lfreleng-actions/github2gerrit-action), [lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-tox-verify.yaml](https://github.com/lfit/releng-reusable-workflows) and [lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-rtdv3-verify.yaml](https://github.com/lfit/releng-reusable-workflows). Updates `lfreleng-actions/github2gerrit-action` from 1.4.2 to 1.4.3 - [Release notes](https://github.com/lfreleng-actions/github2gerrit-action/releases) - [Commits](https://github.com/lfreleng-actions/github2gerrit-action/compare/9f32f3c5c93c53176d0fedf23622c897f1d739f5...dac8641c5f3b82636157340c1915999a4c4d7ff7) Updates `lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-tox-verify.yaml` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/lfit/releng-reusable-workflows/releases) - [Commits](https://github.com/lfit/releng-reusable-workflows/compare/490195325b0f5b83e1de13df2dac6520d86ba1fb...5278f76fc1d27c49d0c9f795a6ddea65eeb5c11b) Updates `lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-rtdv3-verify.yaml` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/lfit/releng-reusable-workflows/releases) - [Commits](https://github.com/lfit/releng-reusable-workflows/compare/490195325b0f5b83e1de13df2dac6520d86ba1fb...5278f76fc1d27c49d0c9f795a6ddea65eeb5c11b) --- updated-dependencies: - dependency-name: lfreleng-actions/github2gerrit-action dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-tox-verify.yaml dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-rtdv3-verify.yaml dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/call-github2gerrit.yaml | 2 +- .github/workflows/gerrit-verify.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/call-github2gerrit.yaml b/.github/workflows/call-github2gerrit.yaml index 4b66d6caf..0c4802fd8 100644 --- a/.github/workflows/call-github2gerrit.yaml +++ b/.github/workflows/call-github2gerrit.yaml @@ -32,7 +32,7 @@ jobs: steps: - name: Convert GitHub PR to Gerrit Change - uses: lfreleng-actions/github2gerrit-action@9f32f3c5c93c53176d0fedf23622c897f1d739f5 # v1.4.2 + uses: lfreleng-actions/github2gerrit-action@dac8641c5f3b82636157340c1915999a4c4d7ff7 # v1.4.3 with: GERRIT_SSH_PRIVKEY_G2G: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }} GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }} diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 4c7eb8940..2317ad6a2 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -134,7 +134,7 @@ jobs: call-gerrit-tox-verify: needs: [prepare, call-gerrit-change-info] # yamllint disable rule:line-length - uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-tox-verify.yaml@490195325b0f5b83e1de13df2dac6520d86ba1fb # v0.8.0 + uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-tox-verify.yaml@5278f76fc1d27c49d0c9f795a6ddea65eeb5c11b # v0.8.1 with: GERRIT_BRANCH: ${{ needs.call-gerrit-change-info.outputs.GERRIT_BRANCH }} GERRIT_CHANGE_ID: ${{ needs.call-gerrit-change-info.outputs.GERRIT_CHANGE_ID }} @@ -150,7 +150,7 @@ jobs: rtd-validation: needs: [prepare, call-gerrit-change-info] # yamllint disable rule:line-length - uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-rtdv3-verify.yaml@490195325b0f5b83e1de13df2dac6520d86ba1fb # v0.8.0 + uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-rtdv3-verify.yaml@5278f76fc1d27c49d0c9f795a6ddea65eeb5c11b # v0.8.1 with: GERRIT_BRANCH: ${{ needs.call-gerrit-change-info.outputs.GERRIT_BRANCH }} GERRIT_CHANGE_ID: ${{ needs.call-gerrit-change-info.outputs.GERRIT_CHANGE_ID }}