Fix path of fetch-codeql

This commit is contained in:
Tamas Vajk
2022-08-09 07:59:21 +02:00
parent fdcb1fa115
commit 2cab1ed076
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ jobs:
with:
python-version: 3.8
- name: Download CodeQL CLI
uses: ./.github/actions/fetch-codeql
uses: ./script/.github/actions/fetch-codeql
- name: Build modeled package list
run: |
python script/misc/scripts/library-coverage/generate-timeseries.py codeqlModels

View File

@@ -26,7 +26,7 @@ jobs:
with:
python-version: 3.8
- name: Download CodeQL CLI
uses: ./.github/actions/fetch-codeql
uses: ./ql/.github/actions/fetch-codeql
- name: Generate coverage files
run: |
python ql/misc/scripts/library-coverage/generate-report.py ci ql ql

View File

@@ -26,7 +26,7 @@ jobs:
with:
python-version: 3.8
- name: Download CodeQL CLI
uses: ./.github/actions/fetch-codeql
uses: ./script/.github/actions/fetch-codeql
- name: Build modeled package list
run: |
python script/misc/scripts/library-coverage/generate-report.py ci codeqlModels script