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 c8a441d commit a9791a5Copy full SHA for a9791a5
.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@1fe318de2993222574e6249750ba9000a4e2a6cd # 2.0.33
+ 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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
+ uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
51
52
sarif_file: cx_result.sarif
53
0 commit comments