mirror of
https://github.com/github/codeql-action.git
synced 2026-04-27 01:08:46 +00:00
1aef4ed505
Avoid new source code changing expected output
14 lines
262 B
YAML
14 lines
262 B
YAML
name: Pack testing in the CodeQL Action
|
|
|
|
disable-default-queries: true
|
|
packs:
|
|
javascript:
|
|
- codeql-testing/codeql-pack1@1.0.0
|
|
- codeql-testing/codeql-pack2
|
|
- codeql-testing/codeql-pack3:other-query.ql
|
|
|
|
paths-ignore:
|
|
- lib
|
|
- pr-checks
|
|
- tests
|