Skip to content

Commit 6a4f7c4

Browse files
Update .CodeQL.yml (#20730)
Fixing the path for the tasks test folders
1 parent 696024b commit 6a4f7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.CodeQL.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ path_classifiers:
99
# Always enclose the expression in double quotes if it includes *.
1010
- Tests
1111
- Tests-Legacy
12-
- "Task/**/Tests"
12+
- "Tasks/**/Tests"
1313

1414
# The default behavior is to tag all files created during the
1515
# build as `generated`. Results are hidden for generated code. You can tag

0 commit comments

Comments
 (0)