Files
codeql/actions/ql/test/qlpack.yml

13 lines
460 B
YAML

name: codeql/actions-tests
groups: [codeql, test]
dependencies:
codeql/actions-all: ${workspace}
codeql/actions-queries: ${workspace}
# Use the `immutable-actions-list` model pack so that we have some actual data to test against.
# We can remove this dependency when we incorporate the data from that model pack back into the
# standard library pack.
github/immutable-actions-list: ${workspace}
extractor: actions
tests: .
warnOnImplicitThis: true