mirror of
https://github.com/github/codeql-action.git
synced 2026-01-02 04:30:14 +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
|