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 20
20
- name : Checkout your repository using git
21
21
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
22
- name : Install, build, and upload your site output
23
- uses : withastro/action@44cbafd43567733e3b007918c6e0711480560516 # v3.0.0
23
+ uses : withastro/action@56781b97402ce0487b7e61ce2cb960c0e2cc5289 # v3.0.2
24
24
25
25
deploy :
26
26
name : Deploy
Original file line number Diff line number Diff line change 29
29
ref : ${{ github.event.pull_request.head.sha }}
30
30
31
31
- name : Scan with Checkmarx
32
- uses : checkmarx/ast-github-action@184bf2f64f55d1c93fd6636d539edf274703e434 # 2.0.41
32
+ uses : checkmarx/ast-github-action@29f8e683871dd794778db6514fa609b40d541a5e # 2.3.18
33
33
env :
34
34
INCREMENTAL : " ${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
35
35
with :
44
44
--output-path . ${{ env.INCREMENTAL }}
45
45
46
46
- name : Upload Checkmarx results to GitHub
47
- uses : github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
47
+ uses : github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
48
48
with :
49
49
sarif_file : cx_result.sarif
50
50
You can’t perform that action at this time.
0 commit comments