File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Check out repo
16
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17
17
18
18
- name : Set up Node
19
19
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Check out repo
16
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17
17
18
18
- name : Set up Node
19
19
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Check out repo
27
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28
28
with :
29
29
ref : ${{ github.event.pull_request.head.sha }}
30
30
45
45
--output-path . ${{ env.INCREMENTAL }}
46
46
47
47
- name : Upload Checkmarx results to GitHub
48
- uses : github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
48
+ uses : github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
49
49
with :
50
50
sarif_file : cx_result.sarif
51
51
59
59
60
60
steps :
61
61
- name : Check out repo
62
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
62
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
63
63
with :
64
64
fetch-depth : 0
65
65
ref : ${{ github.event.pull_request.head.sha }}
You can’t perform that action at this time.
0 commit comments