From 93fcde19db11ff52f675018df19fe5bbf2c9033d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:19:38 +0000 Subject: [PATCH] chore(deps): bump Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml Bumps [Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml](https://github.com/netcracker/qubership-workflow-hub) from 2.0.10 to 2.0.11. - [Release notes](https://github.com/netcracker/qubership-workflow-hub/releases) - [Commits](https://github.com/netcracker/qubership-workflow-hub/compare/v2.0.10...v2.0.11) --- updated-dependencies: - dependency-name: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml dependency-version: 2.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- workflow-templates/npm-publish.yaml | 2 +- workflow-templates/npm-release.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow-templates/npm-publish.yaml b/workflow-templates/npm-publish.yaml index d10f4d8..93e0d06 100644 --- a/workflow-templates/npm-publish.yaml +++ b/workflow-templates/npm-publish.yaml @@ -47,7 +47,7 @@ permissions: jobs: npm-publish: name: "NPM Package Publish" - uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@v2.0.10 + uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@v2.0.11 with: version: ${{ github.event_name == 'workflow_dispatch' && inputs.version || '' }} scope: ${{ github.event_name == 'workflow_dispatch' && inputs.scope || '@netcracker' }} diff --git a/workflow-templates/npm-release.yaml b/workflow-templates/npm-release.yaml index 9bb819e..663dc43 100644 --- a/workflow-templates/npm-release.yaml +++ b/workflow-templates/npm-release.yaml @@ -112,7 +112,7 @@ jobs: name: "NPM Package Test (Dry Run)" needs: [check-tag] if: always() - uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@v2.0.10 + uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@v2.0.11 with: version: '' dry-run: true @@ -122,7 +122,7 @@ jobs: name: "NPM Package Publish" if: ${{ !inputs.dry-run }} needs: [npm-test] - uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@v2.0.10 + uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@v2.0.11 with: version: ${{ inputs.version }} scope: ${{ inputs.scope }}