Skip to content

Bump urllib3 from 2.1.0 to 2.2.2 in /PythonRpcServer #883

Bump urllib3 from 2.1.0 to 2.2.2 in /PythonRpcServer

Bump urllib3 from 2.1.0 to 2.2.2 in /PythonRpcServer #883

Triggered via pull request August 21, 2024 19:18
Status Success
Total duration 4m 48s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build
Found version-specific or distribution-specific runtime identifier(s): centos7-x64. Affected libraries: Microsoft.CognitiveServices.Speech. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Build: ClassTranscribeDatabase/Migrations/20190624223657_two.cs#L5
The type name 'two' only contains lower-cased ascii characters. Such names may become reserved for the language.
Build: ClassTranscribeDatabase/Migrations/20190624223657_two.Designer.cs#L14
The type name 'two' only contains lower-cased ascii characters. Such names may become reserved for the language.
Build: ClassTranscribeDatabase/Services/BoxAPI.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: ClassTranscribeDatabase/Migrations/20210624224308_videophrase.cs#L6
The type name 'videophrase' only contains lower-cased ascii characters. Such names may become reserved for the language.
Build: ClassTranscribeDatabase/Migrations/20210624224308_videophrase.Designer.cs#L14
The type name 'videophrase' only contains lower-cased ascii characters. Such names may become reserved for the language.
Build: ClassTranscribeDatabase/Services/Slack.cs#L84
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Build
Found version-specific or distribution-specific runtime identifier(s): centos7-x64. Affected libraries: Microsoft.CognitiveServices.Speech. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Build: DevExperiments/TempCode.cs#L32
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build: DevExperiments/TempCode.cs#L60
The variable 'tid2' is assigned but its value is never used