From 25fc5e7375341d35e8d16d62c7f5f6dc2cca361b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:34:03 +0000 Subject: [PATCH] Bump lfreleng-actions/maven-build-action from 0.2.1 to 0.2.2 Bumps [lfreleng-actions/maven-build-action](https://github.com/lfreleng-actions/maven-build-action) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/lfreleng-actions/maven-build-action/releases) - [Commits](https://github.com/lfreleng-actions/maven-build-action/compare/3e8765bbc2685951fb7c2be03964304179106b70...c2ded37cb11ff1c2bb1eb7df7011906ddf97bd58) --- updated-dependencies: - dependency-name: lfreleng-actions/maven-build-action dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gerrit-clm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gerrit-clm.yaml b/.github/workflows/gerrit-clm.yaml index 21fcab85cf..d862c3cfd2 100644 --- a/.github/workflows/gerrit-clm.yaml +++ b/.github/workflows/gerrit-clm.yaml @@ -284,7 +284,7 @@ jobs: if: steps.check-pom-xml.outputs.exists == 'true' continue-on-error: true # yamllint disable-line rule:line-length - uses: lfreleng-actions/maven-build-action@3e8765bbc2685951fb7c2be03964304179106b70 # v0.2.1 + uses: lfreleng-actions/maven-build-action@c2ded37cb11ff1c2bb1eb7df7011906ddf97bd58 # v0.2.2 with: java-version: ${{ env.JAVA_VERSION }} distribution: ${{ env.JAVA_DISTRIBUTION }}