Skip to content

Commit

Permalink
ignore generated files by CodeQL scans
Browse files Browse the repository at this point in the history
  • Loading branch information
lkurzyniec committed Jan 11, 2025
1 parent 28ba04c commit 80ced8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
languages: csharp
queries: +security-and-quality
config: |
paths-ignore:
- '**/generated/**/*.g.*.cs'
query-filters:
- exclude:
id:
Expand Down

0 comments on commit 80ced8d

Please sign in to comment.