We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4d595 commit 220814fCopy full SHA for 220814f
.github/workflows/scan.yml
@@ -32,7 +32,7 @@ jobs:
32
ref: ${{ github.event.pull_request.head.sha }}
33
34
- name: Scan with Checkmarx
35
- uses: checkmarx/ast-github-action@4c637b1cb6b6b63637c7b99578c9fceefebbb08d # 2.0.30
+ uses: checkmarx/ast-github-action@9fda5a4a2c297608117a5a56af424502a9192e57 # 2.0.34
36
env:
37
INCREMENTAL: "${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
38
with:
@@ -47,7 +47,7 @@ jobs:
47
--output-path . ${{ env.INCREMENTAL }}
48
49
- name: Upload Checkmarx results to GitHub
50
- uses: github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
+ uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
51
52
sarif_file: cx_result.sarif
53
0 commit comments