File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,20 +16,20 @@ jobs:
16
16
qhelp :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
+ - uses : github/codeql/.github/actions/fetch-codeql@main
19
20
- uses : actions/checkout@v2
20
21
with :
21
22
ref : refs/pull/${{ github.event.number }}/merge
22
23
fetch-depth : 2
23
24
persist-credentials : false
25
+
24
26
- name : Determine changed files
25
27
id : changes
26
28
run : |
27
29
(git diff --name-only --diff-filter=ACMRT HEAD~1 HEAD | grep '.qhelp$' | grep -v '.inc.qhelp';
28
30
git diff --name-only --diff-filter=ACMRT HEAD~1 HEAD | grep '.inc.qhelp$' | xargs -d '\n' -rn1 basename | xargs -d '\n' -rn1 git grep -l) |
29
31
sort -u > "${{ runner.temp }}/paths.txt"
30
32
31
- - uses : ./.github/actions/fetch-codeql
32
-
33
33
- name : QHelp preview
34
34
run : |
35
35
if [ -s "${{ runner.temp }}/paths.txt" ]; then
You can’t perform that action at this time.
0 commit comments