File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- uses : actions/checkout@v3
20
- with :
21
- submodules : true
20
+ # with:
21
+ # submodules: true
22
22
23
23
# Conditionally run actions based on files modified by PR, feature branch or pushed commits
24
24
- uses : dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50
36
36
gh repo clone github/codeql
37
37
gh extension install github/gh-codeql
38
38
gh codeql pack download "codeql/${{ matrix.language }}-queries"
39
- gh codeql pack install --additional-packs=./codeql/misc "${{ matrix.language }}"
39
+ gh codeql pack install --additional-packs=./codeql/misc "${{ matrix.language }}/ext/"
40
+ gh codeql pack install --additional-packs=./codeql/misc "${{ matrix.language }}/ext_library_sources/"
41
+ gh codeql pack install --additional-packs=./codeql/misc "${{ matrix.language }}/lib"
42
+ gh codeql pack install --additional-packs=./codeql/misc "${{ matrix.language }}/src"
43
+ gh codeql pack install --additional-packs=./codeql/misc "${{ matrix.language }}/test"
40
44
41
45
- name : Compile Queries
42
46
if : steps.changes.outputs.src == 'true'
You can’t perform that action at this time.
0 commit comments