Skip to content

Commit

Permalink
fix search path for dataset measure
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-krogh committed Dec 15, 2021
1 parent fbb739c commit 0bebac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ql-for-ql-dataset_measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Create database
run: |
codeql/codeql database create \
--search-path "${{ github.workspace }}" \
--search-path "ql/" \
--threads 4 \
--language ql --source-root "${{ github.workspace }}/repo" \
"${{ runner.temp }}/database"
Expand Down

0 comments on commit 0bebac5

Please sign in to comment.