Skip to content

Commit

Permalink
Update CodeQL exclude paths in CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
hallvictoria authored Dec 5, 2024
1 parent 72db81c commit f22bb5e
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'
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'
settings:
skipBuildTagsForGitHubPullRequests: ${{ variables['System.PullRequest.IsFork'] }}
stages:
Expand Down

0 comments on commit f22bb5e

Please sign in to comment.