From 55ec81a569462b65373d17dfc7c892c9bf80d1a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 06:32:16 +0000 Subject: [PATCH 1/2] chore(deps): bump Netcracker/qubership-workflow-hub Bumps [Netcracker/qubership-workflow-hub](https://github.com/netcracker/qubership-workflow-hub) from 1.0.7 to 2.2.2. - [Release notes](https://github.com/netcracker/qubership-workflow-hub/releases) - [Commits](https://github.com/netcracker/qubership-workflow-hub/compare/v1.0.7...6a2de8d62ac5b6998e30f923613c998c263ea9f2) --- updated-dependencies: - dependency-name: Netcracker/qubership-workflow-hub dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cla.yaml | 2 +- .github/workflows/github-release.yaml | 2 +- .github/workflows/pr-assigner.yml | 2 +- .github/workflows/re-npm-publish.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index 152b9199..d4f7d2ba 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/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@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 # v2.2.1 + uses: Netcracker/qubership-workflow-hub/actions/cla-assistant@6a2de8d62ac5b6998e30f923613c998c263ea9f2 # v2.2.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }} diff --git a/.github/workflows/github-release.yaml b/.github/workflows/github-release.yaml index d344cb35..2399a0c0 100644 --- a/.github/workflows/github-release.yaml +++ b/.github/workflows/github-release.yaml @@ -87,7 +87,7 @@ jobs: - name: Check if tag exists id: check_tag - uses: netcracker/qubership-workflow-hub/actions/tag-action@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 # v2.2.1 + uses: netcracker/qubership-workflow-hub/actions/tag-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 # v2.2.2 with: tag-name: "v${{ steps.generate_version.outputs.version }}" ref: ${{ github.ref }} diff --git a/.github/workflows/pr-assigner.yml b/.github/workflows/pr-assigner.yml index 911be94a..13bbf76d 100644 --- a/.github/workflows/pr-assigner.yml +++ b/.github/workflows/pr-assigner.yml @@ -30,6 +30,6 @@ jobs: persist-credentials: false - name: "Assign Reviewers" - uses: netcracker/qubership-workflow-hub/actions/pr-assigner@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #2.2.1 + uses: netcracker/qubership-workflow-hub/actions/pr-assigner@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #2.2.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/re-npm-publish.yml b/.github/workflows/re-npm-publish.yml index e2eaf35f..05d40584 100644 --- a/.github/workflows/re-npm-publish.yml +++ b/.github/workflows/re-npm-publish.yml @@ -134,7 +134,7 @@ jobs: - name: Commit Changes if: ${{ !inputs.dry-run }} - uses: netcracker/qubership-workflow-hub/actions/commit-and-push@7860be3b17e788ba26efe4ec4d699b4e786245b5 #v1.0.7 + uses: netcracker/qubership-workflow-hub/actions/commit-and-push@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: commit_message: "Update package.json version to $VERSION" From 1d2fcc6b785f0c0c28f3de6b89877c67d4a9a576 Mon Sep 17 00:00:00 2001 From: Nook Date: Fri, 22 May 2026 10:33:07 +0400 Subject: [PATCH 2/2] Update commit-and-push action version --- .github/workflows/re-npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/re-npm-publish.yml b/.github/workflows/re-npm-publish.yml index 05d40584..e2eaf35f 100644 --- a/.github/workflows/re-npm-publish.yml +++ b/.github/workflows/re-npm-publish.yml @@ -134,7 +134,7 @@ jobs: - name: Commit Changes if: ${{ !inputs.dry-run }} - uses: netcracker/qubership-workflow-hub/actions/commit-and-push@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 + uses: netcracker/qubership-workflow-hub/actions/commit-and-push@7860be3b17e788ba26efe4ec4d699b4e786245b5 #v1.0.7 with: commit_message: "Update package.json version to $VERSION"