File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
ref : ${{ github.event.pull_request.head.sha }}
33
33
34
34
- name : Scan with Checkmarx
35
- uses : checkmarx/ast-github-action@4c637b1cb6b6b63637c7b99578c9fceefebbb08d # 2.0.30
35
+ uses : checkmarx/ast-github-action@1fe318de2993222574e6249750ba9000a4e2a6cd # 2.0.33
36
36
env :
37
37
INCREMENTAL : " ${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
38
38
with :
47
47
--output-path . ${{ env.INCREMENTAL }}
48
48
49
49
- name : Upload Checkmarx results to GitHub
50
- uses : github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
50
+ uses : github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
51
51
with :
52
52
sarif_file : cx_result.sarif
53
53
You can’t perform that action at this time.
0 commit comments