QL: fix stats-collection workflow

This commit is contained in:
Nick Rolfe
2025-06-25 15:10:15 +01:00
parent 1e68a7e2de
commit 9021168725

View File

@@ -53,7 +53,7 @@ jobs:
- name: Create database
run: |
"${CODEQL}" database create \
--search-path "${{ github.workspace }}"
--search-path "${{ github.workspace }}" \
--threads 4 \
--language ql --source-root "${{ github.workspace }}/repo" \
"${{ runner.temp }}/database"