mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Use 4 threads for extraction and TRAP import in stats job
This commit is contained in:
2
.github/workflows/dataset_measure.yml
vendored
2
.github/workflows/dataset_measure.yml
vendored
@@ -27,6 +27,7 @@ jobs:
|
||||
unzip -q codeql-linux64.zip
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
CODEQL_THREADS: 4 # TODO: remove this once it's set by the CLI
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
@@ -46,6 +47,7 @@ jobs:
|
||||
run: |
|
||||
codeql/codeql database create \
|
||||
--search-path "${{ github.workspace }}" \
|
||||
--threads 4 \
|
||||
--language ruby --source-root "${{ github.workspace }}/repo" \
|
||||
"${{ runner.temp }}/database"
|
||||
- name: Measure database
|
||||
|
||||
Reference in New Issue
Block a user