Skip to content

Commit 9604cd5

Browse files
committed
Revert "Don't use local actions"
This reverts commit b128c7c.
1 parent a0903c3 commit 9604cd5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/qhelp-pr-preview.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@ jobs:
2323
name: comment
2424
path: pr.txt
2525
retention-days: 1
26-
27-
- uses: github/codeql/.github/actions/fetch-codeql@main
2826
- uses: actions/checkout@v2
2927
with:
3028
fetch-depth: 2
3129
persist-credentials: false
32-
30+
- uses: ./.github/actions/fetch-codeql
3331
- name: Determine changed files
3432
id: changes
3533
run: |

0 commit comments

Comments
 (0)