File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 "${{ matrix.language }}/ext/"
40
- gh codeql pack install "${{ matrix.language }}/ext_library_sources/"
41
39
gh codeql pack install "${{ matrix.language }}/lib"
42
40
gh codeql pack install "${{ matrix.language }}/src"
43
41
gh codeql pack install "${{ matrix.language }}/test"
90
88
GITHUB_TOKEN : ${{ github.token }}
91
89
run : |
92
90
gh extension install github/gh-codeql
93
- gh codeql pack install "githubsecuritylab/${{ matrix.language }}-extensions"
94
- gh codeql pack create "githubsecuritylab/${{ matrix.language }}-extensions"
91
+ gh codeql pack install "${{ matrix.language }}/ext/"
92
+ gh codeql pack install "${{ matrix.language }}/ext_library_sources/"
93
+ gh codeql pack create "${{ matrix.language }}/ext/"
94
+ gh codeql pack create "${{ matrix.language }}/ext_library_sources/"
95
95
You can’t perform that action at this time.
0 commit comments