File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
python-version : 3.8
24
24
- name : Download CodeQL CLI
25
- uses : ./.github/actions/fetch-codeql
25
+ uses : ./script/ .github/actions/fetch-codeql
26
26
- name : Build modeled package list
27
27
run : |
28
28
python script/misc/scripts/library-coverage/generate-timeseries.py codeqlModels
Original file line number Diff line number Diff line change 26
26
with :
27
27
python-version : 3.8
28
28
- name : Download CodeQL CLI
29
- uses : ./.github/actions/fetch-codeql
29
+ uses : ./ql/ .github/actions/fetch-codeql
30
30
- name : Generate coverage files
31
31
run : |
32
32
python ql/misc/scripts/library-coverage/generate-report.py ci ql ql
Original file line number Diff line number Diff line change 26
26
with :
27
27
python-version : 3.8
28
28
- name : Download CodeQL CLI
29
- uses : ./.github/actions/fetch-codeql
29
+ uses : ./script/ .github/actions/fetch-codeql
30
30
- name : Build modeled package list
31
31
run : |
32
32
python script/misc/scripts/library-coverage/generate-report.py ci codeqlModels script
You can’t perform that action at this time.
0 commit comments