Use 4 threads for extraction and TRAP import in stats job

This commit is contained in:
Nick Rolfe
2021-01-07 11:17:07 +00:00
parent 1d3f06aca1
commit 83a28786a0

View File

@@ -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