From f1e0e3259006e5de34afb50328064891d068d097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:48:20 +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.0 to 2.2.1. - [Release notes](https://github.com/netcracker/qubership-workflow-hub/releases) - [Commits](https://github.com/netcracker/qubership-workflow-hub/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: Netcracker/qubership-workflow-hub dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- workflow-templates/cla.yaml | 2 +- workflow-templates/cleanup-old-docker-container.yaml | 2 +- workflow-templates/dev-docker-build-multiple-images.yml | 6 +++--- workflow-templates/dev-docker-build-selective.yml | 6 +++--- workflow-templates/dev-docker-build-single-image.yml | 4 ++-- workflow-templates/dev-mvn-docker-build.yml | 4 ++-- workflow-templates/docker-release.yaml | 6 +++--- workflow-templates/maven-release-v2.yaml | 8 ++++---- workflow-templates/maven-snapshot-deploy.yaml | 2 +- workflow-templates/npm-release.yaml | 4 ++-- workflow-templates/pr-assigner.yml | 2 +- workflow-templates/python-release.yaml | 4 ++-- workflow-templates/security-scan-apihub.yml | 2 +- workflow-templates/security-scan-with-config.yml | 2 +- workflow-templates/security-scan.yml | 2 +- 15 files changed, 28 insertions(+), 28 deletions(-) diff --git a/workflow-templates/cla.yaml b/workflow-templates/cla.yaml index 8334c1d..152b919 100644 --- a/workflow-templates/cla.yaml +++ b/workflow-templates/cla.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: "CLA Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' - uses: Netcracker/qubership-workflow-hub/actions/cla-assistant@d11baa8a4b42d1a931808c0766ee23eb344c47dd # v2.2.0 + uses: Netcracker/qubership-workflow-hub/actions/cla-assistant@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 # v2.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }} diff --git a/workflow-templates/cleanup-old-docker-container.yaml b/workflow-templates/cleanup-old-docker-container.yaml index 2879303..7e8ad0d 100644 --- a/workflow-templates/cleanup-old-docker-container.yaml +++ b/workflow-templates/cleanup-old-docker-container.yaml @@ -56,7 +56,7 @@ jobs: echo "**Debug**: $DEBUG" - name: "Run Container Package Cleanup Action" - uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 with: threshold-days: ${{ env.THRESHOLD_DAYS }} included-tags: ${{ env.INCLUDED_TAGS }} diff --git a/workflow-templates/dev-docker-build-multiple-images.yml b/workflow-templates/dev-docker-build-multiple-images.yml index 95f2715..5d45fe3 100644 --- a/workflow-templates/dev-docker-build-multiple-images.yml +++ b/workflow-templates/dev-docker-build-multiple-images.yml @@ -67,7 +67,7 @@ jobs: persist-credentials: false - name: Get Configuration File - uses: netcracker/qubership-workflow-hub/actions/docker-config-resolver@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/docker-config-resolver@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 id: config with: file-path: "${{ env.CONFIG_FILE }}" @@ -90,7 +90,7 @@ jobs: persist-credentials: false - name: "Create name" - uses: netcracker/qubership-workflow-hub/actions/metadata-action@d11baa8a4b42d1a931808c0766ee23eb344c47dd # v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/metadata-action@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 # v2.2.1 id: metadata with: default-template: "{{ref-name}}" @@ -115,7 +115,7 @@ jobs: echo "**Tags:** ${{ steps.prepare_tags.outputs.tags }}" >> $GITHUB_STEP_SUMMARY - name: "Build and Publish Docker Image" - uses: netcracker/qubership-workflow-hub/actions/docker-action@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/docker-action@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 with: component: ${{ toJson(matrix.component) }} platforms: ${{ matrix.component.platforms }} diff --git a/workflow-templates/dev-docker-build-selective.yml b/workflow-templates/dev-docker-build-selective.yml index ccbe039..af64f37 100644 --- a/workflow-templates/dev-docker-build-selective.yml +++ b/workflow-templates/dev-docker-build-selective.yml @@ -107,13 +107,13 @@ jobs: fi - name: Get Configuration File - uses: netcracker/qubership-workflow-hub/actions/docker-config-resolver@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/docker-config-resolver@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 id: config with: file-path: "updated_config.json" - name: Create tags for images - uses: netcracker/qubership-workflow-hub/actions/metadata-action@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/metadata-action@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 id: meta with: default-template: "{{ref-name}}" @@ -133,7 +133,7 @@ jobs: component: ${{ fromJson(needs.prepare.outputs.packages) }} steps: - name: Docker - uses: netcracker/qubership-workflow-hub/actions/docker-action@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/docker-action@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 with: ref: ${{ github.ref }} dry-run: ${{ github.event.inputs.dry-run || github.event_name == 'pull_request' }} diff --git a/workflow-templates/dev-docker-build-single-image.yml b/workflow-templates/dev-docker-build-single-image.yml index 5b4879a..d1cd07e 100644 --- a/workflow-templates/dev-docker-build-single-image.yml +++ b/workflow-templates/dev-docker-build-single-image.yml @@ -68,7 +68,7 @@ jobs: persist-credentials: false - name: "Create name" - uses: netcracker/qubership-workflow-hub/actions/metadata-action@d11baa8a4b42d1a931808c0766ee23eb344c47dd # v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/metadata-action@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 # v2.2.1 id: metadata - name: "Prepare tags" @@ -89,7 +89,7 @@ jobs: echo "**Tags:** ${{ steps.prepare_tags.outputs.tags }}" >> $GITHUB_STEP_SUMMARY - name: "Build and Publish Docker Image" - uses: netcracker/qubership-workflow-hub/actions/docker-action@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/docker-action@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 with: custom-image-name: ${{ github.event.inputs.custom-image-name || '' }} platforms: ${{ env.PLATFORMS }} diff --git a/workflow-templates/dev-mvn-docker-build.yml b/workflow-templates/dev-mvn-docker-build.yml index b470a01..0a08ce8 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@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 with: maven-command: "${{ github.event.inputs.maven-command || '--batch-mode clean install -Dgpg.skip=true' }}" java-version: ${{ github.event.inputs.java-version || '21' }} @@ -95,7 +95,7 @@ jobs: echo "**Tags:** ${{ steps.prepare_tags.outputs.tags }}" >> $GITHUB_STEP_SUMMARY - name: "Build and Publish Docker Image" - uses: netcracker/qubership-workflow-hub/actions/docker-action@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/docker-action@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 with: custom-image-name: ${{ github.event.inputs.custom-image-name || '' }} platforms: ${{ env.PLATFORMS }} diff --git a/workflow-templates/docker-release.yaml b/workflow-templates/docker-release.yaml index 6ccc904..7301095 100644 --- a/workflow-templates/docker-release.yaml +++ b/workflow-templates/docker-release.yaml @@ -34,7 +34,7 @@ jobs: steps: - name: "Check if tag exists" id: check_tag - uses: netcracker/qubership-workflow-hub/actions/tag-action@d11baa8a4b42d1a931808c0766ee23eb344c47dd # v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/tag-action@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 # v2.2.1 with: tag-name: 'v${{ inputs.release }}' ref: ${{ github.ref }} @@ -91,7 +91,7 @@ jobs: contents: write steps: - name: "Create Tag" - uses: netcracker/qubership-workflow-hub/actions/tag-action@d11baa8a4b42d1a931808c0766ee23eb344c47dd # v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/tag-action@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 # v2.2.1 with: tag-name: 'v${{ inputs.release }}' ref: ${{ github.ref }} @@ -118,7 +118,7 @@ jobs: echo "IMAGE_VERSION=${{ inputs.release }}" >> $GITHUB_ENV - name: "Docker build and publish" - uses: netcracker/qubership-workflow-hub/actions/docker-action@d11baa8a4b42d1a931808c0766ee23eb344c47dd # v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/docker-action@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 # v2.2.1 with: ref: 'v${{ inputs.release }}' download-artifact: false diff --git a/workflow-templates/maven-release-v2.yaml b/workflow-templates/maven-release-v2.yaml index 341c200..118aed4 100644 --- a/workflow-templates/maven-release-v2.yaml +++ b/workflow-templates/maven-release-v2.yaml @@ -72,7 +72,7 @@ jobs: packages: write steps: - name: "Build and Publish current SNAPSHOT (dry run)" - uses: netcracker/qubership-workflow-hub/actions/maven-release@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/maven-release@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 with: version-type: ${{ github.event.inputs.version-type }} ref: ${{ github.ref }} @@ -107,7 +107,7 @@ jobs: - name: "Build and Publish" id: build-and-publish - uses: netcracker/qubership-workflow-hub/actions/maven-release@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/maven-release@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 with: version-type: ${{ github.event.inputs.version-type }} ref: ${{ github.ref }} @@ -165,7 +165,7 @@ jobs: - name: "Prepare Docker tags" if: ${{ github.event.inputs.mark-as-latest != 'true' }} id: meta - uses: netcracker/qubership-workflow-hub/actions/metadata-action@v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/metadata-action@v2.2.1 with: default-template: "{{major}}.{{minor}}.{{patch}},{{major}}.{{minor}},{{major}}" ref: ${{ needs.deploy.outputs.release-version }} @@ -177,7 +177,7 @@ jobs: - name: "Docker Build" id: docker_build - uses: netcracker/qubership-workflow-hub/actions/docker-action@v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/docker-action@v2.2.1 with: ref: v${{ needs.deploy.outputs.release-version }} download-artifact: true diff --git a/workflow-templates/maven-snapshot-deploy.yaml b/workflow-templates/maven-snapshot-deploy.yaml index b48ce85..a884fb1 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@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 with: java-version: '21' # Specify the Java version to use for the build target-store: 'github' # or 'central' for Maven Central repository diff --git a/workflow-templates/npm-release.yaml b/workflow-templates/npm-release.yaml index 5b86e79..eb710cf 100644 --- a/workflow-templates/npm-release.yaml +++ b/workflow-templates/npm-release.yaml @@ -90,7 +90,7 @@ jobs: - name: "Check if tag exists" id: check_tag - uses: netcracker/qubership-workflow-hub/actions/tag-action@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/tag-action@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 with: tag-name: 'v${{ github.event.inputs.version }}' ref: ${{ github.ref }} @@ -131,7 +131,7 @@ jobs: needs: [npm-publish] steps: - name: Create tag - uses: netcracker/qubership-workflow-hub/actions/tag-action@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/tag-action@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 with: tag-name: 'v${{ github.event.inputs.version }}' ref: ${{ github.ref }} diff --git a/workflow-templates/pr-assigner.yml b/workflow-templates/pr-assigner.yml index 14c7e1f..911be94 100644 --- a/workflow-templates/pr-assigner.yml +++ b/workflow-templates/pr-assigner.yml @@ -30,6 +30,6 @@ jobs: persist-credentials: false - name: "Assign Reviewers" - uses: netcracker/qubership-workflow-hub/actions/pr-assigner@d11baa8a4b42d1a931808c0766ee23eb344c47dd #2.2.0 + uses: netcracker/qubership-workflow-hub/actions/pr-assigner@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #2.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/workflow-templates/python-release.yaml b/workflow-templates/python-release.yaml index 82ca898..7d59530 100644 --- a/workflow-templates/python-release.yaml +++ b/workflow-templates/python-release.yaml @@ -59,7 +59,7 @@ jobs: - name: Check if tag exists if: ${{ inputs.version != '' }} id: check_tag - uses: netcracker/qubership-workflow-hub/actions/tag-action@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/tag-action@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 with: tag-name: 'v${{ inputs.version }}' ref: ${{ github.ref }} @@ -94,7 +94,7 @@ jobs: - name: "Publish to PyPI" id: publish - uses: netcracker/qubership-workflow-hub/actions/poetry-publisher@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/poetry-publisher@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 with: package_version: ${{ inputs.version }} poetry_version_bump: ${{ inputs.poetry-version-options }} diff --git a/workflow-templates/security-scan-apihub.yml b/workflow-templates/security-scan-apihub.yml index d5a99ea..12c7c8f 100644 --- a/workflow-templates/security-scan-apihub.yml +++ b/workflow-templates/security-scan-apihub.yml @@ -60,7 +60,7 @@ jobs: steps: - name: List GHCR packages for this repo id: ghcr - uses: Netcracker/qubership-workflow-hub/actions/ghcr-discover-repo-packages@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: Netcracker/qubership-workflow-hub/actions/ghcr-discover-repo-packages@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 env: GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }} diff --git a/workflow-templates/security-scan-with-config.yml b/workflow-templates/security-scan-with-config.yml index 8566f54..aa21574 100644 --- a/workflow-templates/security-scan-with-config.yml +++ b/workflow-templates/security-scan-with-config.yml @@ -64,7 +64,7 @@ jobs: # See: https://github.com/Netcracker/qubership-workflow-hub/tree/main/actions/docker-config-resolver - name: Get Configuration File - uses: netcracker/qubership-workflow-hub/actions/docker-config-resolver@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/actions/docker-config-resolver@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 id: config with: file-path: ".qubership/docker.cfg" diff --git a/workflow-templates/security-scan.yml b/workflow-templates/security-scan.yml index 328277b..58354b4 100644 --- a/workflow-templates/security-scan.yml +++ b/workflow-templates/security-scan.yml @@ -60,7 +60,7 @@ jobs: steps: - name: List GHCR packages for this repo id: ghcr - uses: Netcracker/qubership-workflow-hub/actions/ghcr-discover-repo-packages@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: Netcracker/qubership-workflow-hub/actions/ghcr-discover-repo-packages@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 env: GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}