mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 04:00:24 +08:00
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-pack1@0.1.0
|
|
- dsp-testing/codeql-pack2 # latest
|
|
paths-ignore:
|
|
- tests
|
|
- lib
|