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 1daf11a commit fb32f4dCopy full SHA for fb32f4d
.github/workflows/update-cli.yml
@@ -18,6 +18,11 @@ jobs:
18
sudo apt-get install git-lfs
19
git lfs install
20
21
+ - name: Configure Git user
22
+ run: |
23
+ git config --global user.name github-actions
24
+ git config --global user.email github-actions@github.com
25
+
26
- name: Get Latest Checkmarx API version
27
id: checkmarx-ast-cli
28
run: |
0 commit comments