mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 12:10:20 +08:00
11 lines
207 B
YAML
11 lines
207 B
YAML
name: Pack testing in the CodeQL Action
|
|
|
|
disable-default-queries: true
|
|
packs:
|
|
javascript:
|
|
- codeql-testing/codeql-pack2
|
|
- codeql-testing/codeql-pack3:other-query.ql
|
|
paths-ignore:
|
|
- tests
|
|
- lib
|