From b97610606616c219c4160a8c76e6a581b27263cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 03:53:47 +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.3.3 to 1.4.1 - [Release notes](https://github.com/lfreleng-actions/github2gerrit-action/releases) - [Commits](https://github.com/lfreleng-actions/github2gerrit-action/compare/f44c168376b369be0f306b6bdc07c80f67cceb05...f21a57072b372a58da37cbbe1e36f9814b27ee7d) Updates `lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-tox-verify.yaml` from 0.7.2 to 0.7.4 - [Release notes](https://github.com/lfit/releng-reusable-workflows/releases) - [Commits](https://github.com/lfit/releng-reusable-workflows/compare/fd3c1b43bc919e9e70787b009ffa2768ddbb1267...5fa62e396473e823e2bb0f45b744e94c4f842faa) Updates `lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-rtdv3-verify.yaml` from 0.7.2 to 0.7.4 - [Release notes](https://github.com/lfit/releng-reusable-workflows/releases) - [Commits](https://github.com/lfit/releng-reusable-workflows/compare/fd3c1b43bc919e9e70787b009ffa2768ddbb1267...5fa62e396473e823e2bb0f45b744e94c4f842faa) --- updated-dependencies: - dependency-name: lfreleng-actions/github2gerrit-action dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-tox-verify.yaml dependency-version: 0.7.4 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.7.4 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 84eb29a35..f9a7ff9ed 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@f44c168376b369be0f306b6bdc07c80f67cceb05 # v1.3.3 + uses: lfreleng-actions/github2gerrit-action@f21a57072b372a58da37cbbe1e36f9814b27ee7d # v1.4.1 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 1e74b40d2..b1199f113 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@fd3c1b43bc919e9e70787b009ffa2768ddbb1267 # v0.7.2 + uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-tox-verify.yaml@5fa62e396473e823e2bb0f45b744e94c4f842faa # v0.7.4 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@fd3c1b43bc919e9e70787b009ffa2768ddbb1267 # v0.7.2 + uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-rtdv3-verify.yaml@5fa62e396473e823e2bb0f45b744e94c4f842faa # v0.7.4 with: GERRIT_BRANCH: ${{ needs.call-gerrit-change-info.outputs.GERRIT_BRANCH }} GERRIT_CHANGE_ID: ${{ needs.call-gerrit-change-info.outputs.GERRIT_CHANGE_ID }}