mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-04 14:56:16 -05:00
Fix CodeQL configuration, releases (#60828)
This commit is contained in:
5
.github/codeql/codeql-configuration.yml
vendored
5
.github/codeql/codeql-configuration.yml
vendored
@@ -1,8 +1,5 @@
|
||||
name: CodeQL Configuration
|
||||
|
||||
paths:
|
||||
- src
|
||||
- scripts
|
||||
- Herebyfile.mjs
|
||||
paths-ignore:
|
||||
- src/lib
|
||||
- tests
|
||||
|
||||
@@ -10,6 +10,9 @@ resources:
|
||||
name: 1ESPipelineTemplates/1ESPipelineTemplates
|
||||
ref: refs/tags/release
|
||||
|
||||
variables:
|
||||
Codeql.InitParameters: '--codescanning-config=$(Build.SourcesDirectory)/.github/codeql/codeql-configuration.yml'
|
||||
|
||||
extends:
|
||||
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
|
||||
parameters:
|
||||
|
||||
Reference in New Issue
Block a user