Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3f06a commit 83a2878Copy full SHA for 83a2878
1 file changed
.github/workflows/dataset_measure.yml
@@ -27,6 +27,7 @@ jobs:
27
unzip -q codeql-linux64.zip
28
env:
29
GITHUB_TOKEN: ${{ github.token }}
30
+ CODEQL_THREADS: 4 # TODO: remove this once it's set by the CLI
31
- uses: actions/cache@v2
32
with:
33
path: |
@@ -46,6 +47,7 @@ jobs:
46
47
run: |
48
codeql/codeql database create \
49
--search-path "${{ github.workspace }}" \
50
+ --threads 4 \
51
--language ruby --source-root "${{ github.workspace }}/repo" \
52
"${{ runner.temp }}/database"
53
- name: Measure database
0 commit comments