mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 13:10:06 +08:00
Also, this cleans up our pack-related integration tests. We are now testing with the most recent CLIs.
11 lines
201 B
YAML
11 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
|