We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0903c3 commit 9604cd5Copy full SHA for 9604cd5
1 file changed
.github/workflows/qhelp-pr-preview.yml
@@ -23,13 +23,11 @@ jobs:
23
name: comment
24
path: pr.txt
25
retention-days: 1
26
-
27
- - uses: github/codeql/.github/actions/fetch-codeql@main
28
- uses: actions/checkout@v2
29
with:
30
fetch-depth: 2
31
persist-credentials: false
32
+ - uses: ./.github/actions/fetch-codeql
33
- name: Determine changed files
34
id: changes
35
run: |
0 commit comments