Skip to content

Commit

Permalink
Fix excludePathPatterns syntax in build filesformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvictoria authored Dec 5, 2024
1 parent b041395 commit 72db81c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/ci/official-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extends:
sdl:
codeql:
# Exclude dependencies from CodeQL analysis
excludePathPatterns: ['/deps', '/build/webhost/bin/workers/python']
excludePathPatterns: '/deps,/build/webhost/bin/workers/python'
codeSignValidation:
enabled: true
break: true
Expand Down
2 changes: 1 addition & 1 deletion eng/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ extends:
enabled: true # still only runs for default branch
runSourceLanguagesInSourceAnalysis: true
# Exclude dependencies from CodeQL analysis
excludePathPatterns: ['/deps', '/build/webhost/bin/workers/python']
excludePathPatterns: '/deps,/build/webhost/bin/workers/python'
settings:
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}
stages:
Expand Down

0 comments on commit 72db81c

Please sign in to comment.