mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
QL: fix stats-collection workflow
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
|||||||
- name: Create database
|
- name: Create database
|
||||||
run: |
|
run: |
|
||||||
"${CODEQL}" database create \
|
"${CODEQL}" database create \
|
||||||
--search-path "${{ github.workspace }}"
|
--search-path "${{ github.workspace }}" \
|
||||||
--threads 4 \
|
--threads 4 \
|
||||||
--language ql --source-root "${{ github.workspace }}/repo" \
|
--language ql --source-root "${{ github.workspace }}/repo" \
|
||||||
"${{ runner.temp }}/database"
|
"${{ runner.temp }}/database"
|
||||||
|
|||||||
Reference in New Issue
Block a user