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@9fda5a4a2c297608117a5a56af424502a9192e57 # 2.0.34
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@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
51
51
with :
52
52
sarif_file : cx_result.sarif
53
53
You can’t perform that action at this time.
0 commit comments