Skip to content

Commit 215eefe

Browse files
update cli
1 parent 6d8cf08 commit 215eefe

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/update-cli.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Get Latest Checkmarx API version
2727
id: checkmarx-ast-cli
2828
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"
3030
echo ::set-output name=current_tag::$(<checkmarx-ast-cli.version)
3131
3232
- name: Update Checkmarx cli version
@@ -54,20 +54,20 @@ jobs:
5454
git add src/main/wrapper/resources/cx-linux src/main/wrapper/resources/cx.exe src/main/wrapper/resources/cx-mac
5555
git commit -m "Track Checkmarx CLI binaries with Git LFS"
5656
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 }}
6767

68-
Auto-generated by [create-pull-request][2]
68+
# Auto-generated by [create-pull-request][2]
6969

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 }}
7373

0 commit comments

Comments
 (0)