From 0bccaf08993cb545d649573377ab504fc137a34e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:39:16 +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.2.1 to 2.3.0. - [Release notes](https://github.com/netcracker/qubership-workflow-hub/releases) - [Commits](https://github.com/netcracker/qubership-workflow-hub/compare/e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1...cabbb90e9471163cfac84bd50ff0296b2803b44c) --- updated-dependencies: - dependency-name: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 3058687..8ceda94 100644 --- a/workflow-templates/npm-publish.yaml +++ b/workflow-templates/npm-publish.yaml @@ -49,7 +49,7 @@ jobs: permissions: contents: write packages: write - uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 + uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@cabbb90e9471163cfac84bd50ff0296b2803b44c #v2.3.0 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 e26ca71..ec136f3 100644 --- a/workflow-templates/npm-release.yaml +++ b/workflow-templates/npm-release.yaml @@ -102,7 +102,7 @@ jobs: name: "NPM Package Test (Dry Run)" needs: [check-tag] if: always() - uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 + uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@cabbb90e9471163cfac84bd50ff0296b2803b44c #v2.3.0 with: version: '' dry-run: true @@ -113,7 +113,7 @@ jobs: name: "NPM Package Publish" if: ${{ !inputs.dry-run }} needs: [npm-test] - uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1 + uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@cabbb90e9471163cfac84bd50ff0296b2803b44c #v2.3.0 with: version: ${{ inputs.version }} scope: ${{ inputs.scope }}