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 185dd78 commit 3cf4bdfCopy full SHA for 3cf4bdf
.github/workflows/scan.yml
@@ -29,7 +29,7 @@ jobs:
29
ref: ${{ github.event.pull_request.head.sha }}
30
31
- name: Scan with Checkmarx
32
- uses: checkmarx/ast-github-action@f0869bd1a37fddc06499a096101e6c900e815d81 # 2.0.36
+ uses: checkmarx/ast-github-action@de327a92d7f419bfdc7c3e5535ad7b3bbce91677 # 2.0.38
33
env:
34
INCREMENTAL: "${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
35
with:
@@ -44,7 +44,7 @@ jobs:
44
--output-path . ${{ env.INCREMENTAL }}
45
46
- name: Upload Checkmarx results to GitHub
47
- uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
+ uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
48
49
sarif_file: cx_result.sarif
50
0 commit comments