mirror of
https://github.com/github/codeql.git
synced 2026-03-27 09:48:16 +01:00
This allows users to more easily get started with development. Running `codeql pack install` from the `-queries` pack will now install the ML model.
10 lines
253 B
YAML
10 lines
253 B
YAML
name: codeql/javascript-experimental-atm-model-building
|
|
extractor: javascript
|
|
library: false
|
|
groups:
|
|
- javascript
|
|
- experimental
|
|
dependencies:
|
|
codeql/javascript-experimental-atm-lib: "*"
|
|
codeql/javascript-experimental-atm-model: "0.0.6"
|