Skip to content

Bump actions/upload-artifact from 3 to 4 #873

Bump actions/upload-artifact from 3 to 4

Bump actions/upload-artifact from 3 to 4 #873

Triggered via pull request March 28, 2024 10:55
Status Success
Total duration 5m 16s
Artifacts

codeql-analysis.yml

on: pull_request
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/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.
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.