diff --git a/workflow-templates/cdxgen.yaml b/workflow-templates/cdxgen.yaml index 4907da2d..ddfcd30b 100644 --- a/workflow-templates/cdxgen.yaml +++ b/workflow-templates/cdxgen.yaml @@ -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: diff --git a/workflow-templates/maven-release.yaml b/workflow-templates/maven-release.yaml index 3ba65206..e002f7f9 100644 --- a/workflow-templates/maven-release.yaml +++ b/workflow-templates/maven-release.yaml @@ -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: diff --git a/workflow-templates/maven-snapshot-deploy.yaml b/workflow-templates/maven-snapshot-deploy.yaml index 45c7b732..3e73b00b 100644 --- a/workflow-templates/maven-snapshot-deploy.yaml +++ b/workflow-templates/maven-snapshot-deploy.yaml @@ -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 diff --git a/workflow-templates/npm-release.yaml b/workflow-templates/npm-release.yaml index e9ef6e65..2d8b85e4 100644 --- a/workflow-templates/npm-release.yaml +++ b/workflow-templates/npm-release.yaml @@ -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: diff --git a/workflow-templates/python-release.yaml b/workflow-templates/python-release.yaml index dee33e70..8253ab05 100644 --- a/workflow-templates/python-release.yaml +++ b/workflow-templates/python-release.yaml @@ -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 }} @@ -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 }}