File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
ref : ${{ github.event.pull_request.head.sha }}
32
32
33
33
- name : Scan with Checkmarx
34
- uses : checkmarx/ast-github-action@b74e8d514feae4ad5ad2b43e72590935bd2daf5f # 2.0.39
34
+ uses : checkmarx/ast-github-action@184bf2f64f55d1c93fd6636d539edf274703e434 # 2.0.41
35
35
env :
36
36
INCREMENTAL : " ${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
37
37
with :
46
46
--output-path . ${{ env.INCREMENTAL }}
47
47
48
48
- name : Upload Checkmarx results to GitHub
49
- uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
49
+ uses : github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
50
50
with :
51
51
sarif_file : cx_result.sarif
52
52
Original file line number Diff line number Diff line change 76
76
77
77
- name : Generate GH App token
78
78
if : steps.new-changes.outputs.new_changes == 'TRUE'
79
- uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
79
+ uses : actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
80
80
id : app-token
81
81
with :
82
82
app-id : ${{ secrets.GH_APP_ID }}
You can’t perform that action at this time.
0 commit comments