mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 21:50:17 +08:00
10 lines
164 B
YAML
10 lines
164 B
YAML
name: Pack testing in the CodeQL Action
|
|
|
|
disable-default-queries: true
|
|
packs:
|
|
javascript:
|
|
- dsp-testing/codeql-pack2 # latest
|
|
paths-ignore:
|
|
- tests
|
|
- lib
|