mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Move ORT Training pipeline to github actions and enable CodeQL scan for the code(including inference code). We will move all pull request pipelines to Github Actions.
7 lines
No EOL
124 B
YAML
7 lines
No EOL
124 B
YAML
name: "CodeQL config"
|
|
queries:
|
|
- uses: security-extended
|
|
- uses: security-and-quality
|
|
paths-ignore:
|
|
- tests
|
|
- build |