Skip to content

Commit 8fb137a

Browse files
committed
Merge branch 'main' into microbuild
2 parents 054fc88 + ae01d87 commit 8fb137a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"powershell": {
6-
"version": "7.4.2",
6+
"version": "7.4.3",
77
"commands": [
88
"pwsh"
99
]
@@ -21,4 +21,4 @@
2121
]
2222
}
2323
}
24-
}
24+
}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,3 +352,6 @@ MigrationBackup/
352352

353353
# mac-created file to track user view preferences for a directory
354354
.DS_Store
355+
356+
# Analysis results
357+
*.sarif

0 commit comments

Comments
 (0)