We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e68a7e commit 9021168Copy full SHA for 9021168
.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