Skip to content

Commit 72d1473

Browse files
committed
QL: document usage
1 parent b611b51 commit 72d1473

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/published-codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626

2727
- name: Download pack
2828
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
2933
gh release download latest --pattern ql-qlpack.zip
3034
unzip ql-qlpack.zip -d "${PACK}"
3135
env:

0 commit comments

Comments
 (0)