We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c9a8f commit 2889410Copy full SHA for 2889410
1 file changed
.github/workflows/ql-for-ql-dataset_measure.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Create database
54
run: |
55
"${CODEQL}" database create \
56
- --search-path "${{ github.workspace }}"
+ --search-path "${{ github.workspace }}" \
57
--threads 4 \
58
--language ql --source-root "${{ github.workspace }}/repo" \
59
"${{ runner.temp }}/database"
0 commit comments