From 3d5552be3956b2b233b5d3185858b28e6821a0c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 03:53:44 +0000 Subject: [PATCH] Chore(deps): Bump the actions-deps group with 4 updates Bumps the actions-deps group with 4 updates: [lfreleng-actions/github2gerrit-action](https://github.com/lfreleng-actions/github2gerrit-action), [lfreleng-actions/gerrit-change-info](https://github.com/lfreleng-actions/gerrit-change-info), [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.4 to 1.4.5 - [Release notes](https://github.com/lfreleng-actions/github2gerrit-action/releases) - [Commits](https://github.com/lfreleng-actions/github2gerrit-action/compare/e06d6a2892efe0cd30259897ecb0eb27bcfb9d10...848115e79535031703795f94a8f6e5dc9e38c6b2) Updates `lfreleng-actions/gerrit-change-info` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/lfreleng-actions/gerrit-change-info/releases) - [Changelog](https://github.com/lfreleng-actions/gerrit-change-info/blob/main/CHANGELOG.md) - [Commits](https://github.com/lfreleng-actions/gerrit-change-info/compare/862f1ea086fcfccb53cd587db1c3fd43cf78959f...aeecad0c202c97e626b036d40c0538f9d97b0b80) Updates `lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-tox-verify.yaml` from 0.10.0 to 0.10.1 - [Release notes](https://github.com/lfit/releng-reusable-workflows/releases) - [Commits](https://github.com/lfit/releng-reusable-workflows/compare/0688b118b3290649e0cb3580612e6369b6509774...f7aae218f1fa0257e3dcd19f5c7d3f88f482f266) Updates `lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-rtdv3-verify.yaml` from 0.10.0 to 0.10.1 - [Release notes](https://github.com/lfit/releng-reusable-workflows/releases) - [Commits](https://github.com/lfit/releng-reusable-workflows/compare/0688b118b3290649e0cb3580612e6369b6509774...f7aae218f1fa0257e3dcd19f5c7d3f88f482f266) --- updated-dependencies: - dependency-name: lfreleng-actions/github2gerrit-action dependency-version: 1.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: lfreleng-actions/gerrit-change-info dependency-version: 0.1.5 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.10.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.10.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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/call-github2gerrit.yaml b/.github/workflows/call-github2gerrit.yaml index e269e4e5a..f2dd98134 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@e06d6a2892efe0cd30259897ecb0eb27bcfb9d10 # v1.4.4 + uses: lfreleng-actions/github2gerrit-action@848115e79535031703795f94a8f6e5dc9e38c6b2 # v1.4.5 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 ffa3d23f5..f045c0971 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -124,7 +124,7 @@ jobs: - name: Gerrit change information if: ${{ env.ACT != 'true' }} id: gerrit-change-info - uses: lfreleng-actions/gerrit-change-info@862f1ea086fcfccb53cd587db1c3fd43cf78959f # v0.1.4 + uses: lfreleng-actions/gerrit-change-info@aeecad0c202c97e626b036d40c0538f9d97b0b80 # v0.1.5 with: gerrit_change_url: ${{ inputs.GERRIT_CHANGE_URL }} gerrit_patchset_number: ${{ inputs.GERRIT_PATCHSET_NUMBER }} @@ -136,7 +136,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@0688b118b3290649e0cb3580612e6369b6509774 # v0.10.0 + uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-tox-verify.yaml@f7aae218f1fa0257e3dcd19f5c7d3f88f482f266 # v0.10.1 with: GERRIT_BRANCH: ${{ needs.call-gerrit-change-info.outputs.GERRIT_BRANCH }} GERRIT_CHANGE_ID: ${{ needs.call-gerrit-change-info.outputs.GERRIT_CHANGE_ID }} @@ -152,7 +152,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@0688b118b3290649e0cb3580612e6369b6509774 # v0.10.0 + uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-rtdv3-verify.yaml@f7aae218f1fa0257e3dcd19f5c7d3f88f482f266 # v0.10.1 with: GERRIT_BRANCH: ${{ needs.call-gerrit-change-info.outputs.GERRIT_BRANCH }} GERRIT_CHANGE_ID: ${{ needs.call-gerrit-change-info.outputs.GERRIT_CHANGE_ID }}