Skip to content

Commit

Permalink
🤖 Pick PR #60828 (Fix CodeQL configuration, releases) into release-5.7 (
Browse files Browse the repository at this point in the history
#60923)

Co-authored-by: Jake Bailey <[email protected]>
  • Loading branch information
typescript-bot and jakebailey authored Jan 7, 2025
1 parent 7aa63df commit 8bc0204
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 8bc0204

Please sign in to comment.