mirror of
https://github.com/github/codeql.git
synced 2025-12-16 00:33:11 +01:00
13 lines
460 B
YAML
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
|