зеркало из https://github.com/github/codeql.git
Ruby: update dependencies
This commit is contained in:
Родитель
d5478a01ab
Коммит
ae7e6ef701
|
@ -96,8 +96,8 @@ jobs:
|
|||
- name: Build Query Pack
|
||||
run: |
|
||||
codeql pack create ../shared/ssa --output target/packs
|
||||
codeql pack create ../misc/suite-helpers --output target/packs
|
||||
codeql pack create ql/lib --output target/packs
|
||||
codeql pack install ql/src
|
||||
codeql pack create ql/src --output target/packs
|
||||
PACK_FOLDER=$(readlink -f target/packs/codeql/ruby-queries/*)
|
||||
codeql generate query-help --format=sarifv2.1.0 --output="${PACK_FOLDER}/rules.sarif" ql/src
|
||||
|
@ -202,13 +202,14 @@ jobs:
|
|||
echo 'name: sample-tests
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
codeql/ruby-all: 0.0.1
|
||||
codeql/ruby-all: "*"
|
||||
extractor: ruby
|
||||
tests: .
|
||||
' > qlpack.yml
|
||||
- name: Run QL test
|
||||
shell: bash
|
||||
run: |
|
||||
codeql pack install .
|
||||
codeql test run --search-path "${{ runner.temp }}/ruby-bundle" --additional-packs "${{ runner.temp }}/ruby-bundle" .
|
||||
- name: Create database
|
||||
shell: bash
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
dependencies: {}
|
||||
dependencies:
|
||||
codeql/ssa:
|
||||
version: 0.0.1
|
||||
compiled: false
|
||||
lockVersion: 1.0.0
|
||||
|
|
|
@ -2,5 +2,7 @@
|
|||
dependencies:
|
||||
codeql/suite-helpers:
|
||||
version: 0.0.2
|
||||
codeql/ssa:
|
||||
version: 0.0.1
|
||||
compiled: false
|
||||
lockVersion: 1.0.0
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
dependencies: {}
|
||||
compiled: false
|
||||
lockVersion: 1.0.0
|
Загрузка…
Ссылка в новой задаче