Skip to content

Commit 82a5660

Browse files
authored
Merge pull request #9992 from tamasvajk/fix/fetch-codeql-path
Fix path of `fetch-codeql`
2 parents db8a310 + 2cab1ed commit 82a5660

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/csv-coverage-timeseries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: 3.8
2424
- name: Download CodeQL CLI
25-
uses: ./.github/actions/fetch-codeql
25+
uses: ./script/.github/actions/fetch-codeql
2626
- name: Build modeled package list
2727
run: |
2828
python script/misc/scripts/library-coverage/generate-timeseries.py codeqlModels

.github/workflows/csv-coverage-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
python-version: 3.8
2828
- name: Download CodeQL CLI
29-
uses: ./.github/actions/fetch-codeql
29+
uses: ./ql/.github/actions/fetch-codeql
3030
- name: Generate coverage files
3131
run: |
3232
python ql/misc/scripts/library-coverage/generate-report.py ci ql ql

.github/workflows/csv-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
python-version: 3.8
2828
- name: Download CodeQL CLI
29-
uses: ./.github/actions/fetch-codeql
29+
uses: ./script/.github/actions/fetch-codeql
3030
- name: Build modeled package list
3131
run: |
3232
python script/misc/scripts/library-coverage/generate-report.py ci codeqlModels script

0 commit comments

Comments
 (0)