File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 }}
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 }}
You can’t perform that action at this time.
0 commit comments