Skip to content

Commit

Permalink
Fix CodeQL configuration, releases (#60828)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored and typescript-bot committed Jan 6, 2025
1 parent 7aa63df commit aa71547
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/codeql/codeql-configuration.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: CodeQL Configuration

paths:
- src
- scripts
- Herebyfile.mjs
paths-ignore:
- src/lib
- tests
3 changes: 3 additions & 0 deletions azure-pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aa71547

Please sign in to comment.