Previously, we were being too strict about checking that a pack's language was being scanned. It was a failure if a pack language was specified for a language not being scanned.
15 lines
310 B
YAML
15 lines
310 B
YAML
name: Pack testing in the CodeQL Action
|
|
|
|
disable-default-queries: true
|
|
packs:
|
|
javascript:
|
|
- dsp-testing/codeql-pack1@1.0.0
|
|
- dsp-testing/codeql-pack2
|
|
- dsp-testing/codeql-pack3:other-query.ql
|
|
ruby:
|
|
- dsp-testing/hucairz
|
|
- dsp-testing/i-dont-exist@1.0.0
|
|
|
|
paths-ignore:
|
|
- tests
|
|
- lib
|