Merge pull request #7222 from aibaars/ruby-ci-fix

Ruby: fix CI jobs after removal of `.codeql-manifest.json`
This commit is contained in:
Arthur Baars
2021-11-24 17:16:52 +01:00
committed by GitHub
4 changed files with 5 additions and 6 deletions

View File

@@ -67,5 +67,4 @@ extractor: $(FILES) $(BIN_FILES)
cp target/release/ruby-autobuilder$(EXE) extractor-pack/tools/$(CODEQL_PLATFORM)/autobuilder$(EXE)
test: extractor dbscheme
codeql pack install ql/test
codeql test run --check-databases --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition --search-path . --consistency-queries ql/consistency-queries ql/test
codeql test run --check-databases --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition --search-path extractor-pack --consistency-queries ql/consistency-queries ql/test

View File

@@ -39,7 +39,7 @@ codeql database create <database-path> -l ruby -s <project-source-path> --search
Run
```bash
codeql test run <test-path> --search-path <repository-root-path>
codeql test run <test-path> --search-path <extractor-pack-path>
```
## Writing database upgrade scripts