Skip to content

Commit fb99abb

Browse files
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](Netcracker/qubership-workflow-hub@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] <support@github.com>
1 parent 72c437c commit fb99abb

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

workflow-templates/cdxgen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: "Generate CycloneDX report"
28-
uses: netcracker/qubership-workflow-hub/actions/cdxgen@v2.0.1
28+
uses: netcracker/qubership-workflow-hub/actions/cdxgen@v2.0.2
2929
with:
3030
generate_cdx_report: ${{ github.event.inputs.generate_cdx_report }}
3131
deploy-pages:

workflow-templates/maven-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: "Check if tag exists"
7272
id: check_tag
73-
uses: netcracker/qubership-workflow-hub/actions/tag-checker@v2.0.1
73+
uses: netcracker/qubership-workflow-hub/actions/tag-checker@v2.0.2
7474
with:
7575
tag: 'v${{ github.event.inputs.version }}'
7676
env:

workflow-templates/maven-snapshot-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: "Deploy Maven Snapshot Artifact"
37-
uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@v2.0.1
37+
uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@v2.0.2
3838
with:
3939
java-version: '21' # Specify the Java version to use for the build
4040
target-store: 'github' # or 'central' for Maven Central repository

workflow-templates/npm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: "Check if tag exists"
9292
id: check_tag
93-
uses: netcracker/qubership-workflow-hub/actions/tag-checker@v2.0.1
93+
uses: netcracker/qubership-workflow-hub/actions/tag-checker@v2.0.2
9494
with:
9595
tag: 'v${{ github.event.inputs.version }}'
9696
env:

workflow-templates/python-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Check if tag exists
6060
if: ${{ inputs.version != '' }}
6161
id: check_tag
62-
uses: netcracker/qubership-workflow-hub/actions/tag-action@v2.0.1
62+
uses: netcracker/qubership-workflow-hub/actions/tag-action@v2.0.2
6363
with:
6464
tag-name: 'v${{ inputs.version }}'
6565
ref: ${{ github.ref }}
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: "Publish to PyPI"
9696
id: publish
97-
uses: netcracker/qubership-workflow-hub/actions/poetry-publisher@v2.0.1
97+
uses: netcracker/qubership-workflow-hub/actions/poetry-publisher@v2.0.2
9898
with:
9999
package_version: ${{ inputs.version }}
100100
poetry_version_bump: ${{ inputs.poetry-version-options }}

0 commit comments

Comments
 (0)