mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-06 23:59:42 -05: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'
|