-
Notifications
You must be signed in to change notification settings - Fork 62.7k
Open
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamtriageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the team
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
pack ci
: https://docs.github.com/en/code-security/codeql-cli/codeql-cli-manual/pack-cipack install
: https://docs.github.com/en/code-security/codeql-cli/codeql-cli-manual/pack-install
What part(s) of the article would you like to see updated?
Both commands seem to be pretty similar but are intended for different use cases. It would be useful if:
pack ci
linked topack install
(the text already mentionscodeql pack install
, but for convenience it might be good if that was a link)pack install
linked topack ci
, mentioning thatpack ci
fully respects the lock file, failing if the dependency versions are incompatible
Additional information
I assume that I cannot submit a PR for this since the CodeQL CLI docs have a comment saying "Content after this section is automatically generated".
Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamtriageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the team