From d08d273266b941eeabf69aab04bdcaca82e7724c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 21:43:54 +0000 Subject: [PATCH] chore(deps): bump netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy Bumps [netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy](https://github.com/netcracker/qubership-workflow-hub) from 2.3.0 to 2.5.0. - [Release notes](https://github.com/netcracker/qubership-workflow-hub/releases) - [Commits](https://github.com/netcracker/qubership-workflow-hub/compare/cabbb90e9471163cfac84bd50ff0296b2803b44c...b6bee6f61fdc8b367777c1173fc852a58878a6a7) --- updated-dependencies: - dependency-name: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- workflow-templates/dev-mvn-docker-build.yml | 2 +- workflow-templates/maven-snapshot-deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow-templates/dev-mvn-docker-build.yml b/workflow-templates/dev-mvn-docker-build.yml index 141f7df..cd6c159 100644 --- a/workflow-templates/dev-mvn-docker-build.yml +++ b/workflow-templates/dev-mvn-docker-build.yml @@ -68,7 +68,7 @@ jobs: persist-credentials: false - name: "Maven build artifact" - uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@cabbb90e9471163cfac84bd50ff0296b2803b44c #v2.3.0 + uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@b6bee6f61fdc8b367777c1173fc852a58878a6a7 #v2.5.0 with: maven-command: "${{ github.event.inputs.maven-command || '--batch-mode clean install -Dgpg.skip=true' }}" java-version: ${{ github.event.inputs.java-version || '21' }} diff --git a/workflow-templates/maven-snapshot-deploy.yaml b/workflow-templates/maven-snapshot-deploy.yaml index 59a9762..84b043a 100644 --- a/workflow-templates/maven-snapshot-deploy.yaml +++ b/workflow-templates/maven-snapshot-deploy.yaml @@ -34,7 +34,7 @@ jobs: persist-credentials: false - name: "Deploy Maven Snapshot Artifact" - uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@cabbb90e9471163cfac84bd50ff0296b2803b44c #v2.3.0 + uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@b6bee6f61fdc8b367777c1173fc852a58878a6a7 #v2.5.0 with: java-version: '21' # Specify the Java version to use for the build target-store: 'github' # or 'central' for Maven Central repository