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 b4f35df commit d05b947Copy full SHA for d05b947
.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@629a9fac14369bf2898d583b22bf8c40a5caf8e9 # 2.0.40
+ uses: checkmarx/ast-github-action@184bf2f64f55d1c93fd6636d539edf274703e434 # 2.0.41
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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
+ uses: github/codeql-action/upload-sarif@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
50
51
sarif_file: cx_result.sarif
52
0 commit comments