mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 03:00:13 +08:00
This input allows users to specify which packs to run. It works in unison with the packs block of the config file and it is similar to how `queries` works. They both use `+` in the same way. Note that the `#TODO` in the pr check is still around, but the CLI is available. I will remove the TODO in the next commit.
7 lines
103 B
YAML
7 lines
103 B
YAML
name: Pack testing in the CodeQL Action
|
|
|
|
disable-default-queries: true
|
|
paths-ignore:
|
|
- tests
|
|
- lib
|