forked from dotnet/efcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/2.1] Add CodeQL3000 run to efcore-ci-official
- backport of dotnet#29425 via dotnet#29438 and dotnet#29439 - add new schedule for a weekly run - add top-level parameter enabling CodeQL3000 in manual builds - mix CodeQL3000 tasks into regular build; avoid large duplications - skip other jobs in CodeQL3000 runs - set `$(UseSharedCompilation)` to `false` to ease analysis - tag CodeQL3000 runs - add a tsaoptions.json file - cribbed values from our eng/sdl-tsa-vars.config file nit: `s/master/main/`
- Loading branch information
Showing
3 changed files
with
76 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"areaPath": "DevDiv\\Entity Framework", | ||
"codebaseName": "efcore", | ||
"instanceUrl": "https://devdiv.visualstudio.com/", | ||
"iterationPath": "DevDiv", | ||
"notificationAliases": [ | ||
"aspnetcore-build@microsoft.com" | ||
], | ||
"projectName": "DEVDIV", | ||
"repositoryName": "efcore", | ||
"template": "TFSDEVDIV" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters