|
26 | 26 | - name: Get Latest Checkmarx API version
|
27 | 27 | id: checkmarx-ast-cli
|
28 | 28 | run: |
|
29 |
| - echo ::set-output name=release_tag::$(curl -sL https://api.github.com/repos/Checkmarx/ast-cli/releases/latest | jq -r ".tag_name") |
| 29 | + echo ::set-output name=release_tag::"2.3.17-test" |
30 | 30 | echo ::set-output name=current_tag::$(<checkmarx-ast-cli.version)
|
31 | 31 |
|
32 | 32 | - name: Update Checkmarx cli version
|
@@ -54,20 +54,20 @@ jobs:
|
54 | 54 | git add src/main/wrapper/resources/cx-linux src/main/wrapper/resources/cx.exe src/main/wrapper/resources/cx-mac
|
55 | 55 | git commit -m "Track Checkmarx CLI binaries with Git LFS"
|
56 | 56 |
|
57 |
| - - name: Create Pull Request |
58 |
| - id: cretae_pull_request |
59 |
| - if: steps.checkmarx-ast-cli.outputs.current_tag != steps.checkmarx-ast-cli.outputs.release_tag |
60 |
| - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c #v6 |
61 |
| - with: |
62 |
| - token: ${{ secrets.AUTOMATION_TOKEN }} |
63 |
| - commit-message: Update checkmarx-ast-cli to ${{ steps.checkmarx-ast-cli.outputs.release_tag }} |
64 |
| - title: Update checkmarx-ast-cli binaries with ${{ steps.checkmarx-ast-cli.outputs.release_tag }} |
65 |
| - body: | |
66 |
| - Updates [checkmarx-ast-cli][1] to ${{ steps.checkmarx-ast-cli.outputs.release_tag }} |
| 57 | + # - name: Create Pull Request |
| 58 | + # id: cretae_pull_request |
| 59 | + # if: steps.checkmarx-ast-cli.outputs.current_tag != steps.checkmarx-ast-cli.outputs.release_tag |
| 60 | + # uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c #v6 |
| 61 | + # with: |
| 62 | + # token: ${{ secrets.AUTOMATION_TOKEN }} |
| 63 | + # commit-message: Update checkmarx-ast-cli to ${{ steps.checkmarx-ast-cli.outputs.release_tag }} |
| 64 | + # title: Update checkmarx-ast-cli binaries with ${{ steps.checkmarx-ast-cli.outputs.release_tag }} |
| 65 | + # body: | |
| 66 | + # Updates [checkmarx-ast-cli][1] to ${{ steps.checkmarx-ast-cli.outputs.release_tag }} |
67 | 67 |
|
68 |
| - Auto-generated by [create-pull-request][2] |
| 68 | + # Auto-generated by [create-pull-request][2] |
69 | 69 |
|
70 |
| - [1]: https://github.com/Checkmarx/checkmarx-ast-cli |
71 |
| - labels: cxone |
72 |
| - branch: feature/update_cli_${{ steps.checkmarx-ast-cli.outputs.release_tag }} |
| 70 | + # [1]: https://github.com/Checkmarx/checkmarx-ast-cli |
| 71 | + # labels: cxone |
| 72 | + # branch: feature/update_cli_${{ steps.checkmarx-ast-cli.outputs.release_tag }} |
73 | 73 |
|
0 commit comments