Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workflow-templates/cdxgen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Generate CycloneDX report"
uses: netcracker/qubership-workflow-hub/actions/cdxgen@v2.0.1
uses: netcracker/qubership-workflow-hub/actions/cdxgen@v2.0.2
with:
generate_cdx_report: ${{ github.event.inputs.generate_cdx_report }}
deploy-pages:
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/maven-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: "Check if tag exists"
id: check_tag
uses: netcracker/qubership-workflow-hub/actions/tag-checker@v2.0.1
uses: netcracker/qubership-workflow-hub/actions/tag-checker@v2.0.2
with:
tag: 'v${{ github.event.inputs.version }}'
env:
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/maven-snapshot-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
persist-credentials: false

- name: "Deploy Maven Snapshot Artifact"
uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@v2.0.1
uses: netcracker/qubership-workflow-hub/actions/maven-snapshot-deploy@v2.0.2
with:
java-version: '21' # Specify the Java version to use for the build
target-store: 'github' # or 'central' for Maven Central repository
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/npm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: "Check if tag exists"
id: check_tag
uses: netcracker/qubership-workflow-hub/actions/tag-checker@v2.0.1
uses: netcracker/qubership-workflow-hub/actions/tag-checker@v2.0.2
with:
tag: 'v${{ github.event.inputs.version }}'
env:
Expand Down
4 changes: 2 additions & 2 deletions workflow-templates/python-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Check if tag exists
if: ${{ inputs.version != '' }}
id: check_tag
uses: netcracker/qubership-workflow-hub/actions/tag-action@v2.0.1
uses: netcracker/qubership-workflow-hub/actions/tag-action@v2.0.2
with:
tag-name: 'v${{ inputs.version }}'
ref: ${{ github.ref }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

- name: "Publish to PyPI"
id: publish
uses: netcracker/qubership-workflow-hub/actions/poetry-publisher@v2.0.1
uses: netcracker/qubership-workflow-hub/actions/poetry-publisher@v2.0.2
with:
package_version: ${{ inputs.version }}
poetry_version_bump: ${{ inputs.poetry-version-options }}
Expand Down
Loading