File tree 4 files changed +12
-3
lines changed
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 96
96
- name : Build Query Pack
97
97
run : |
98
98
codeql pack create ../shared/ssa --output target/packs
99
+ codeql pack create ../misc/suite-helpers --output target/packs
99
100
codeql pack create ql/lib --output target/packs
100
- codeql pack install ql/src
101
101
codeql pack create ql/src --output target/packs
102
102
PACK_FOLDER=$(readlink -f target/packs/codeql/ruby-queries/*)
103
103
codeql generate query-help --format=sarifv2.1.0 --output="${PACK_FOLDER}/rules.sarif" ql/src
@@ -202,13 +202,14 @@ jobs:
202
202
echo 'name: sample-tests
203
203
version: 0.0.0
204
204
dependencies:
205
- codeql/ruby-all: 0.0.1
205
+ codeql/ruby-all: "*"
206
206
extractor: ruby
207
207
tests: .
208
208
' > qlpack.yml
209
209
- name : Run QL test
210
210
shell : bash
211
211
run : |
212
+ codeql pack install .
212
213
codeql test run --search-path "${{ runner.temp }}/ruby-bundle" --additional-packs "${{ runner.temp }}/ruby-bundle" .
213
214
- name : Create database
214
215
shell : bash
Original file line number Diff line number Diff line change 1
1
---
2
- dependencies : {}
2
+ dependencies :
3
+ codeql/ssa :
4
+ version : 0.0.1
3
5
compiled : false
4
6
lockVersion : 1.0.0
Original file line number Diff line number Diff line change 2
2
dependencies :
3
3
codeql/suite-helpers :
4
4
version : 0.0.2
5
+ codeql/ssa :
6
+ version : 0.0.1
5
7
compiled : false
6
8
lockVersion : 1.0.0
Original file line number Diff line number Diff line change
1
+ ---
2
+ dependencies : {}
3
+ compiled : false
4
+ lockVersion : 1.0.0
You can’t perform that action at this time.
0 commit comments