Skip to content

Commit

Permalink
🚒🚒🚒 (#8071)
Browse files Browse the repository at this point in the history
* bump EcmaHelper to 1.2.2004.65 (#8064)

* Upgrade Newtonsoft.Json to 13.0.1 to fix vulnerabilities. (#8065)

* Bump DocAsCode.MAML2Yaml.Lib to 1.1.2004.11 (#8066)

* Disable learn-pr temporarily (#8069)

* Apply codeql (#8072)

* apply codeql

* fix spelling check

* Revert "apply codeql" (#8077)

Revert "Apply codeql (#8072)"

This reverts commit d37d97d.

Co-authored-by: Xiangwei Cai <v-caxian@microsoft.com>
Co-authored-by: xmdanni <xdanni@microsoft.com>
Co-authored-by: Jiayin Pei <jipe@microsoft.com>
Co-authored-by: Shichao Zhang <shiczha@microsoft.com>
  • Loading branch information
5 people authored Jul 1, 2022
1 parent 8cbcb22 commit 90e8133
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ parameters:
params: /~https://github.com/MicrosoftDocs/sql-docs-pr --profile --timeout 120 --regression-rules
docs:
params: /~https://github.com/dotnet/docs --timeout 60 --regression-rules
learn-pr:
params: /~https://github.com/MicrosoftDocs/learn-pr --timeout 105 --no-dry-sync --regression-rules
# learn-pr:
# params: /~https://github.com/MicrosoftDocs/learn-pr --timeout 105 --no-dry-sync --regression-rules
windowsserverdocs-pr:
params: /~https://github.com/MicrosoftDocs/windowsserverdocs-pr --timeout 45 --regression-rules
VBA-Docs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.3" />
<PackageReference Include="Microsoft.DocsLearning.Hierarchy.DataContract" Version="1.0.22095.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private void UpdateAbstract()
<table class="dataMatrix">
@if (item.Columns != null && item.Columns is JArray array)
{
var columns = array.ToObject<LandingDataColumn[]>();
var columns = array.ToObject<LandingDataColumn[]>()!;
<tr>
<th></th>
@for (var i = 0; i < columns.Length; i++)
Expand Down
4 changes: 2 additions & 2 deletions src/docfx/docfx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.20.0" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.20.0" />
<PackageReference Include="Microsoft.ChakraCore" Version="1.11.24" />
<PackageReference Include="Microsoft.DocAsCode.ECMAHelper" Version="1.2.1977.60" />
<PackageReference Include="Microsoft.DocAsCode.MAML2Yaml.Lib" Version="1.1.1915.9" Aliases="maml" />
<PackageReference Include="Microsoft.DocAsCode.ECMAHelper" Version="1.2.2004.65" />
<PackageReference Include="Microsoft.DocAsCode.MAML2Yaml.Lib" Version="1.1.2004.11" Aliases="maml" />
<PackageReference Include="Microsoft.Docs.MetadataService.Models" Version="0.3.6" />
<PackageReference Include="Microsoft.Graph" Version="4.25.0" />
<PackageReference Include="Microsoft.Experimental.Collections" Version="1.0.6-e190117-3" />
Expand Down

0 comments on commit 90e8133

Please sign in to comment.