Update CodeQL CLI articles with migration message

This commit is contained in:
Sarita Iyer
2023-02-02 14:11:02 -05:00
parent d671cc6e43
commit 2772cf79f4
36 changed files with 105 additions and 3337 deletions

View File

@@ -25,7 +25,7 @@ Notice you can run `bazel run :create-extractor-pack` if you already are in the
Using `codeql ... --search-path=swift/extractor-pack` will then pick up the Swift extractor. You can also use
`--search-path=.`, as the extractor pack is mentioned in the root `codeql-workspace.yml`. Alternatively, you can
set up the search path
in [the per-user CodeQL configuration file](https://codeql.github.com/docs/codeql-cli/specifying-command-options-in-a-codeql-configuration-file/#using-a-codeql-configuration-file)
in [the per-user CodeQL configuration file](https://docs.github.com/en/code-security/codeql-cli/using-the-codeql-cli/specifying-command-options-in-a-codeql-configuration-file#using-a-codeql-configuration-file)
.
## Code generation