From 010b333b4d0ca3a7aee20ec60573466c11298505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 06:03:02 +0000 Subject: [PATCH] chore(deps): bump netcracker/qubership-workflow-hub Bumps [netcracker/qubership-workflow-hub](https://github.com/netcracker/qubership-workflow-hub) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/netcracker/qubership-workflow-hub/releases) - [Commits](https://github.com/netcracker/qubership-workflow-hub/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: netcracker/qubership-workflow-hub dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-central-snapshot-deploy.yaml | 2 +- .github/workflows/maven-release-v2.yaml | 4 ++-- .github/workflows/pr-assigner.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven-central-snapshot-deploy.yaml b/.github/workflows/maven-central-snapshot-deploy.yaml index 6b8b8a8..f960fbd 100644 --- a/.github/workflows/maven-central-snapshot-deploy.yaml +++ b/.github/workflows/maven-central-snapshot-deploy.yaml @@ -37,7 +37,7 @@ jobs: - name: Maven Docker build id: maven_build - uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 # v2.2.1 + uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@6a2de8d62ac5b6998e30f923613c998c263ea9f2 # v2.2.2 with: java-version: "21" additional-mvn-args: ${{ env.additional-mvn-args }} diff --git a/.github/workflows/maven-release-v2.yaml b/.github/workflows/maven-release-v2.yaml index 9de05f7..931f5e8 100644 --- a/.github/workflows/maven-release-v2.yaml +++ b/.github/workflows/maven-release-v2.yaml @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Build and Publish current SNAPSHOT (dry run)" - uses: netcracker/qubership-workflow-hub/actions/maven-release@v2.2.1 + uses: netcracker/qubership-workflow-hub/actions/maven-release@v2.2.2 with: java-version: "21" version-type: ${{ github.event.inputs.version-type }} @@ -96,7 +96,7 @@ jobs: private-key: ${{ secrets.GH_BUMP_VERSION_APP_KEY }} - name: "Build and Publish" id: build-and-publish - uses: netcracker/qubership-workflow-hub/actions/maven-release@v2.2.1 + uses: netcracker/qubership-workflow-hub/actions/maven-release@v2.2.2 with: java-version: "21" version-type: ${{ github.event.inputs.version-type }} diff --git a/.github/workflows/pr-assigner.yml b/.github/workflows/pr-assigner.yml index 29de444..ad18dd7 100644 --- a/.github/workflows/pr-assigner.yml +++ b/.github/workflows/pr-assigner.yml @@ -26,6 +26,6 @@ jobs: with: persist-credentials: false - - uses: netcracker/qubership-workflow-hub/actions/pr-assigner@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #2.2.1 + - uses: netcracker/qubership-workflow-hub/actions/pr-assigner@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #2.2.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}