File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
measure :
15
+ env :
16
+ CODEQL_THREADS : 4 # TODO: remove this once it's set by the CLI
15
17
strategy :
16
18
fail-fast : false
17
19
matrix :
27
29
unzip -q codeql-linux64.zip
28
30
env :
29
31
GITHUB_TOKEN : ${{ github.token }}
30
- CODEQL_THREADS : 4 # TODO: remove this once it's set by the CLI
31
32
- uses : actions/cache@v2
32
33
with :
33
34
path : |
53
54
- name : Measure database
54
55
run : |
55
56
mkdir -p "stats/${{ matrix.repo }}"
56
- codeql/codeql dataset measure --output "stats/${{ matrix.repo }}/stats.xml" "${{ runner.temp }}/database/db-ruby"
57
+ codeql/codeql dataset measure --threads 4 -- output "stats/${{ matrix.repo }}/stats.xml" "${{ runner.temp }}/database/db-ruby"
57
58
- uses : actions/upload-artifact@v2
58
59
with :
59
60
name : measurements
You can’t perform that action at this time.
0 commit comments