Skip to content

Commit 86363d0

Browse files
committed
Make sure we install packs compatible with our CLI
We've introduced some changes to run `codeql pack install` for both the `tutorial-queries` QL pack and when you add a new database. Unfortunately there is currently a danger that the packs we install might not be compatible with the CLI version that you're running in the codespace. In the future we also want to port this behaviour of installing dependencies for QL packs into the QL extension. Which means it will have to be compatible with your local CLI version. This manifest allows us to tell the `codeql pack install` command to try to resolve packages from within the workspace. Docs: https://docs.github.com/en/code-security/codeql-cli/codeql-cli-reference/about-codeql-workspaces#the-codeql-workspaceyml-file
1 parent 6fc3290 commit 86363d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codeql-workspace.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
provide:
2+
- "*/codeql-packs/**/qlpack.yml"

0 commit comments

Comments
 (0)