Skip to content

Commit d9af5ae

Browse files
Update CodeQL config to ignore specific paths
Added configuration to the CodeQL initialization in `codeql-analysis.yml` to exclude certain directories from analysis, specifically those related to Windows applications and additional libraries.
1 parent ac21593 commit d9af5ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
uses: github/codeql-action/init@v3
4646
with:
4747
languages: ${{ matrix.language }}
48+
config: |
49+
paths-ignore:
50+
- '**/2_Libs/Parallel/ParallelSamples/WindowsAppTimer/**'
51+
- '**/4_Apps/**'
52+
- '**/5_More/WinUI/**'
4853
# If you wish to specify custom queries, you can do so here or in a config file.
4954
# By default, queries listed here will override any specified in a config file.
5055
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)