From 1ea15a0efa1d94bc73f2a30509da8a8101cb9ecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:39:22 +0000 Subject: [PATCH] chore(deps): bump netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml Bumps [netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml](https://github.com/netcracker/qubership-workflow-hub) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/netcracker/qubership-workflow-hub/releases) - [Commits](https://github.com/netcracker/qubership-workflow-hub/compare/d11baa8a4b42d1a931808c0766ee23eb344c47dd...cabbb90e9471163cfac84bd50ff0296b2803b44c) --- updated-dependencies: - dependency-name: netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- workflow-templates/maven-release-v2.yaml | 2 +- workflow-templates/npm-release.yaml | 2 +- workflow-templates/python-release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow-templates/maven-release-v2.yaml b/workflow-templates/maven-release-v2.yaml index 3b7b06c..1151746 100644 --- a/workflow-templates/maven-release-v2.yaml +++ b/workflow-templates/maven-release-v2.yaml @@ -191,7 +191,7 @@ jobs: permissions: contents: write if: ${{ needs.deploy.result == 'success' }} - uses: netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml@cabbb90e9471163cfac84bd50ff0296b2803b44c #v2.3.0 with: version: ${{ needs.deploy.outputs.release-version }} publish: true diff --git a/workflow-templates/npm-release.yaml b/workflow-templates/npm-release.yaml index e26ca71..0570f7c 100644 --- a/workflow-templates/npm-release.yaml +++ b/workflow-templates/npm-release.yaml @@ -150,7 +150,7 @@ jobs: needs: [tag] permissions: contents: write - uses: netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml@cabbb90e9471163cfac84bd50ff0296b2803b44c #v2.3.0 with: version: ${{ github.event.inputs.version }} publish: false diff --git a/workflow-templates/python-release.yaml b/workflow-templates/python-release.yaml index e7aab78..d7333c1 100644 --- a/workflow-templates/python-release.yaml +++ b/workflow-templates/python-release.yaml @@ -118,7 +118,7 @@ jobs: contents: write pull-requests: write needs: [publish] - uses: netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml@cabbb90e9471163cfac84bd50ff0296b2803b44c #v2.3.0 with: version: ${{ needs.publish.outputs.published-version }} publish: true