File tree Expand file tree Collapse file tree 3 files changed +13
-30
lines changed Expand file tree Collapse file tree 3 files changed +13
-30
lines changed Original file line number Diff line number Diff line change 68
68
- uses : actions/download-artifact@v2
69
69
with :
70
70
name : ql.dbscheme
71
- path : ruby
71
+ path : ql
72
72
- uses : actions/download-artifact@v2
73
73
with :
74
74
name : extractor-ubuntu-latest
@@ -82,16 +82,16 @@ jobs:
82
82
name : extractor-macos-latest
83
83
path : osx64
84
84
- run : |
85
- mkdir -p ruby
86
- cp -r codeql-extractor.yml tools ql/src/ql.dbscheme.stats ruby /
87
- mkdir -p ruby /tools/{linux64,osx64,win64}
88
- cp linux64/ql-extractor ruby /tools/linux64/extractor
89
- cp osx64/ql-extractor ruby /tools/osx64/extractor
90
- cp win64/ql-extractor.exe ruby /tools/win64/extractor.exe
91
- chmod +x ruby /tools/{linux64,osx64}/extractor
92
- zip -rq codeql-ruby .zip ruby
85
+ mkdir -p ql
86
+ cp -r codeql-extractor.yml tools ql/src/ql.dbscheme.stats ql /
87
+ mkdir -p ql /tools/{linux64,osx64,win64}
88
+ cp linux64/ql-extractor ql /tools/linux64/extractor
89
+ cp osx64/ql-extractor ql /tools/osx64/extractor
90
+ cp win64/ql-extractor.exe ql /tools/win64/extractor.exe
91
+ chmod +x ql /tools/{linux64,osx64}/extractor
92
+ zip -rq codeql-ql .zip ql
93
93
- uses : actions/upload-artifact@v2
94
94
with :
95
- name : codeql-ruby -pack
96
- path : codeql-ruby .zip
95
+ name : codeql-ql -pack
96
+ path : codeql-ql .zip
97
97
retention-days : 1
Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ jobs:
50
50
codeql/codeql database create \
51
51
--search-path "${{ github.workspace }}" \
52
52
--threads 4 \
53
- --language ruby --source-root "${{ github.workspace }}/repo" \
53
+ --language ql --source-root "${{ github.workspace }}/repo" \
54
54
"${{ runner.temp }}/database"
55
55
- name : Measure database
56
56
run : |
57
57
mkdir -p "stats/${{ matrix.repo }}"
58
- codeql/codeql dataset measure --threads 4 --output "stats/${{ matrix.repo }}/stats.xml" "${{ runner.temp }}/database/db-ruby "
58
+ codeql/codeql dataset measure --threads 4 --output "stats/${{ matrix.repo }}/stats.xml" "${{ runner.temp }}/database/db-ql "
59
59
- uses : actions/upload-artifact@v2
60
60
with :
61
61
name : measurements
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments