We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5408f86 commit 6ddaee4Copy full SHA for 6ddaee4
.github/workflows/update-cli.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set Hardcoded Checkmarx CLI version
28
id: checkmarx-ast-cli
29
run: |
30
- echo "release_tag=2.3.19-daniel" >> $GITHUB_OUTPUT
+ echo "release_tag=2.3.19" >> $GITHUB_OUTPUT
31
echo "current_tag=$(<checkmarx-ast-cli.version)" >> $GITHUB_OUTPUT
32
33
- name: Update Checkmarx cli version
0 commit comments