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 b611b51 commit 72d1473Copy full SHA for 72d1473
1 file changed
.github/workflows/published-codeql-analysis.yml
@@ -26,6 +26,10 @@ jobs:
26
27
- name: Download pack
28
run: |
29
+ # adjust this line to make the workflow work in other repositories
30
+ # the ql-qlpack.zip file can be downloaded at:
31
+ # - https://github.com/github/codeql-ql/releases
32
+ # - https://github.com/github/codeql-ql/actions/workflows/bleeding-codeql-analysis.yml
33
gh release download latest --pattern ql-qlpack.zip
34
unzip ql-qlpack.zip -d "${PACK}"
35
env:
0 commit comments