From fb99abb13cd3cd90d94cfed402feb0e932d6e0b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 00:41:36 +0000 Subject: [PATCH] chore(deps): bump netcracker/qubership-workflow-hub Bumps [netcracker/qubership-workflow-hub](https://github.com/netcracker/qubership-workflow-hub) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/netcracker/qubership-workflow-hub/releases) - [Commits](https://github.com/netcracker/qubership-workflow-hub/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: netcracker/qubership-workflow-hub dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- workflow-templates/cdxgen.yaml | 2 +- workflow-templates/maven-release.yaml | 2 +- workflow-templates/maven-snapshot-deploy.yaml | 2 +- workflow-templates/npm-release.yaml | 2 +- workflow-templates/python-release.yaml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/workflow-templates/cdxgen.yaml b/workflow-templates/cdxgen.yaml index 4907da2d..ddfcd30b 100644 --- a/workflow-templates/cdxgen.yaml +++ b/workflow-templates/cdxgen.yaml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Generate CycloneDX report" - uses: netcracker/qubership-workflow-hub/actions/cdxgen@v2.0.1 + uses: netcracker/qubership-workflow-hub/actions/cdxgen@v2.0.2 with: generate_cdx_report: ${{ github.event.inputs.generate_cdx_report }} deploy-pages: diff --git a/workflow-templates/maven-release.yaml b/workflow-templates/maven-release.yaml index 3ba65206..e002f7f9 100644 --- a/workflow-templates/maven-release.yaml +++ b/workflow-templates/maven-release.yaml @@ -70,7 +70,7 @@ jobs: - name: "Check if tag exists" id: check_tag - uses: netcracker/qubership-workflow-hub/actions/tag-checker@v2.0.1 + uses: netcracker/qubership-workflow-hub/actions/tag-checker@v2.0.2 with: tag: 'v${{ github.event.inputs.version }}' env: diff --git a/workflow-templates/maven-snapshot-deploy.yaml b/workflow-templates/maven-snapshot-deploy.yaml index 45c7b732..3e73b00b 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@v2.0.1 + uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@v2.0.2 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 e9ef6e65..2d8b85e4 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-checker@v2.0.1 + uses: netcracker/qubership-workflow-hub/actions/tag-checker@v2.0.2 with: tag: 'v${{ github.event.inputs.version }}' env: diff --git a/workflow-templates/python-release.yaml b/workflow-templates/python-release.yaml index dee33e70..8253ab05 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@v2.0.1 + uses: netcracker/qubership-workflow-hub/actions/tag-action@v2.0.2 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@v2.0.1 + uses: netcracker/qubership-workflow-hub/actions/poetry-publisher@v2.0.2 with: package_version: ${{ inputs.version }} poetry_version_bump: ${{ inputs.poetry-version-options }}