mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
* Add CodeQL security scanning * Add CodeQL configuration Limiting analysis to the src folder only * Add configuration file to codeql action workflow * Update codeql-configuration.yml
5 lines
49 B
YAML
5 lines
49 B
YAML
name : CodeQL Configuration
|
|
|
|
paths:
|
|
- './src'
|