mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 19:20:08 +08:00
This commit adds the packs and queries from the actions input to the config file used by the CodeQL CLI. When the `+` is used, the actions input value is combined with the config value and when it is not used, the input value overrides the config value. This commit also adds a bunch of integration tests for this feature. In order to avoid adding too many new jobs, all of the tests are run sequentially in a single job (matrixed across relevant operating systems and OSes).
13 lines
239 B
YAML
13 lines
239 B
YAML
name: Pack testing in the CodeQL Action
|
|
|
|
disable-default-queries: true
|
|
packs:
|
|
javascript:
|
|
- dsp-testing/codeql-pack1@1.0.0
|
|
- dsp-testing/codeql-pack2
|
|
- dsp-testing/codeql-pack3:other-query.ql
|
|
|
|
paths-ignore:
|
|
- tests
|
|
- lib
|