Skip to content

Commit

Permalink
[release/6.0] Add CodeQL3000 run to efcore-ci-official (#29439)
Browse files Browse the repository at this point in the history
- backport of #29425 via #29438
- 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
- add tag indicating CodeQL3000 tasks did useful work
  - ignore no-op task executions
- add a tsaoptions.json file
  - cribbed values from our eng/sdl-tsa-vars.config file
  • Loading branch information
dougbu authored Nov 2, 2022
1 parent e96a676 commit a51c304
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 128 deletions.
12 changes: 12 additions & 0 deletions .config/tsaoptions.json
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"
}
Loading

0 comments on commit a51c304

Please sign in to comment.