Skip to content

Commit e84c44b

Browse files
Update paths to ignore in codeql-analysis.yml
Added specific paths to the `paths-ignore` section to exclude certain solution files and directories from CodeQL analysis. This change helps streamline the analysis process by omitting projects that are not relevant.
1 parent e08d803 commit e84c44b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@ jobs:
4848
config: |
4949
paths-ignore:
5050
- '**/1_CS/Tasks/AsyncWindowsDesktopApp/**'
51+
- '**/1_CS/Tasks/AsyncSamples.sln'
5152
- '**/2_Libs/Parallel/ParallelSamples/WindowsAppTimer/**'
53+
- '**/2_Libs/Parallel/ParallelSamples/ParallelSamples.sln'
5254
- '**/2_Libs/FilesAndStreams/WinUIAppEditor/**'
55+
- '**/2_Libs/FilesAndStreams/FilesAndStreams.sln'
5356
- '**/2_Libs/LoggingAndMetrics/WindowsAppAnalytics/**'
5457
- '**/4_Apps/**'
5558
- '**/5_More/WinUI/**'

0 commit comments

Comments
 (0)