From 9a540215e3a332480a1fe8fa30afd62b69db37bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:47:16 +0000 Subject: [PATCH] chore(deps): bump netcracker/qubership-workflow-hub/.github/workflows/maven-publish.yml Bumps [netcracker/qubership-workflow-hub/.github/workflows/maven-publish.yml](https://github.com/netcracker/qubership-workflow-hub) from 2.0.5 to 2.0.10. - [Release notes](https://github.com/netcracker/qubership-workflow-hub/releases) - [Commits](https://github.com/netcracker/qubership-workflow-hub/compare/396774180000abdb825cbf150b56cc59c6913db8...8d542a426ce561c7dce745f6b9cee068d1d7e101) --- updated-dependencies: - dependency-name: netcracker/qubership-workflow-hub/.github/workflows/maven-publish.yml dependency-version: 2.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- workflow-templates/maven-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow-templates/maven-release.yaml b/workflow-templates/maven-release.yaml index 8dea21a..df0ea1c 100644 --- a/workflow-templates/maven-release.yaml +++ b/workflow-templates/maven-release.yaml @@ -117,7 +117,7 @@ jobs: mvn-package: name: "Maven Package Build" needs: [update-pom-version] - uses: netcracker/qubership-workflow-hub/.github/workflows/maven-publish.yml@396774180000abdb825cbf150b56cc59c6913db8 #v2.0.5 + uses: netcracker/qubership-workflow-hub/.github/workflows/maven-publish.yml@8d542a426ce561c7dce745f6b9cee068d1d7e101 #v2.0.10 with: maven-command: "--batch-mode package" java-version: ${{ github.event.inputs.java-version }} @@ -158,7 +158,7 @@ jobs: permissions: contents: write packages: write - uses: netcracker/qubership-workflow-hub/.github/workflows/maven-publish.yml@396774180000abdb825cbf150b56cc59c6913db8 #v2.0.5 + uses: netcracker/qubership-workflow-hub/.github/workflows/maven-publish.yml@8d542a426ce561c7dce745f6b9cee068d1d7e101 #v2.0.10 with: maven-command: ${{ (github.event.inputs.dry-run == 'true' && '--batch-mode package') || github.event.inputs.profile == 'github' && '--batch-mode deploy -P github' || '--batch-mode deploy -P central' }} java-version: ${{ github.event.inputs.java-version }}