mirror of
https://github.com/github/codeql-action.git
synced 2026-04-23 23:38:53 +00:00
2754e10472
Refer to the packages in codeql-testing, not in dsp-testing.
13 lines
248 B
YAML
13 lines
248 B
YAML
name: Pack testing in the CodeQL Action
|
|
|
|
disable-default-queries: true
|
|
packs:
|
|
javascript:
|
|
- codeql-testing/codeql-pack1@1.0.0
|
|
- codeql-testing/codeql-pack2
|
|
- codeql-testing/codeql-pack3:other-query.ql
|
|
|
|
paths-ignore:
|
|
- tests
|
|
- lib
|