We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb739c commit 0bebac5Copy full SHA for 0bebac5
.github/workflows/ql-for-ql-dataset_measure.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Create database
49
run: |
50
codeql/codeql database create \
51
- --search-path "${{ github.workspace }}" \
+ --search-path "ql/" \
52
--threads 4 \
53
--language ql --source-root "${{ github.workspace }}/repo" \
54
"${{ runner.temp }}/database"
0 commit comments