Skip to content

CodeQL

CodeQL #866

Triggered via schedule March 8, 2024 14:44
Status Success
Total duration 4m 0s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
Analyze (javascript)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (javascript)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (csharp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Analyze (csharp): src/DevOpsMetrics.Function/NightlyProcessor.cs#L13
The using directive for 'Azure.Core' appeared previously in this namespace
Analyze (csharp): src/DevOpsMetrics.Web/Startup.cs#L25
'ApplicationInsightsExtensions.AddApplicationInsightsTelemetry(IServiceCollection, string)' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use the AddApplicationInsightsTelemetry() overload which accepts Action<ApplicationInsightsServiceOptions> and set ApplicationInsightsServiceOptions.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
Analyze (csharp): src/DevOpsMetrics.Cmd/Program.cs#L11
The using directive for 'Azure.Identity' appeared previously in this namespace
Analyze (csharp): src/DevOpsMetrics.Cmd/ServiceApiClient.cs#L21
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
Analyze (csharp): src/DevOpsMetrics.Cmd/ServiceApiClient.cs#L55
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/DevOpsMetrics.Cmd/ServiceApiClient.cs#L58
Dereference of a possibly null reference.
Analyze (csharp): src/DevOpsMetrics.Cmd/ServiceApiClient.cs#L70
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/DevOpsMetrics.Cmd/ServiceApiClient.cs#L74
Possible null reference return.
Analyze (csharp): src/DevOpsMetrics.Cmd/Program.cs#L52
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/DevOpsMetrics.Cmd/Program.cs#L53
Converting null literal or possible null value to non-nullable type.