We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c89707 commit 5d7466fCopy full SHA for 5d7466f
.github/workflows/update-cli.yml
@@ -25,6 +25,7 @@ jobs:
25
if: steps.checkmarx-ast-cli.outputs.current_tag != steps.checkmarx-ast-cli.outputs.release_tag
26
run: |
27
# Update binaries
28
+ chmod +x ./.github/scripts/update_cli.sh
29
./.github/scripts/update_cli.sh ${{ steps.checkmarx-ast-cli.outputs.release_tag }}
30
- name: Create Pull Request
31
@@ -39,4 +40,4 @@ jobs:
39
40
41
[1]: https://github.com/CheckmarxDev/checkmarx-ast-cli
42
labels: dependencies, automated pr
- branch: feature/update_cli
43
+ branch: feature/update_cli
0 commit comments