mirror of
https://github.com/github/codeql.git
synced 2026-02-07 10:41:06 +01:00
document usage
This commit is contained in:
@@ -26,6 +26,10 @@ jobs:
|
||||
|
||||
- name: Download pack
|
||||
run: |
|
||||
# adjust this line to make the workflow work in other repositories
|
||||
# the ql-qlpack.zip file can be downloaded at:
|
||||
# - https://github.com/github/codeql-ql/releases
|
||||
# - https://github.com/github/codeql-ql/actions/workflows/bleeding-codeql-analysis.yml
|
||||
gh release download latest --pattern ql-qlpack.zip
|
||||
unzip ql-qlpack.zip -d "${PACK}"
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user