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 382f063 commit a5687acCopy full SHA for a5687ac
.github/workflows/scan.yml
@@ -31,7 +31,7 @@ jobs:
31
ref: ${{ github.event.pull_request.head.sha }}
32
33
- name: Scan with Checkmarx
34
- uses: checkmarx/ast-github-action@f0869bd1a37fddc06499a096101e6c900e815d81 # 2.0.36
+ uses: checkmarx/ast-github-action@03a90e7253dadd7e2fff55f5dfbce647b39040a1 # 2.0.37
35
env:
36
INCREMENTAL: "${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
37
with:
@@ -46,7 +46,7 @@ jobs:
46
--output-path . ${{ env.INCREMENTAL }}
47
48
- name: Upload Checkmarx results to GitHub
49
- uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
+ uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
50
51
sarif_file: cx_result.sarif
52
0 commit comments