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 0cf3677 commit 9af2e56Copy full SHA for 9af2e56
.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@9fda4ab4c1b67c35de380552a972a82997d97731 # 2.0.42
+ uses: checkmarx/ast-github-action@86e9ae570a811f9a1fb85903647a307aa3bf6253 # 2.0.44
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@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
+ uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
51
52
sarif_file: cx_result.sarif
53
0 commit comments