mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
more specific search path for dataset measure job
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
||||
- name: Create database
|
||||
run: |
|
||||
"${CODEQL}" database create \
|
||||
--search-path "ql/" \
|
||||
--search-path "ql/extractor-pack" \
|
||||
--threads 4 \
|
||||
--language ql --source-root "${{ github.workspace }}/repo" \
|
||||
"${{ runner.temp }}/database"
|
||||
|
||||
Reference in New Issue
Block a user