Skip to content

Commit 0bebac5

Browse files
committed
fix search path for dataset measure
1 parent fbb739c commit 0bebac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ql-for-ql-dataset_measure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Create database
4949
run: |
5050
codeql/codeql database create \
51-
--search-path "${{ github.workspace }}" \
51+
--search-path "ql/" \
5252
--threads 4 \
5353
--language ql --source-root "${{ github.workspace }}/repo" \
5454
"${{ runner.temp }}/database"

0 commit comments

Comments
 (0)