Also, this cleans up our pack-related integration tests. We are now testing with the most recent CLIs.
10 lines
201 B
YAML
10 lines
201 B
YAML
name: Pack testing in the CodeQL Action
|
|
|
|
disable-default-queries: true
|
|
packs:
|
|
javascript:
|
|
- dsp-testing/codeql-pack2
|
|
- dsp-testing/codeql-pack3:other-query.ql
|
|
paths-ignore:
|
|
- tests
|
|
- lib
|