Skip to content

Packages update

Packages update #883

Triggered via pull request April 8, 2024 13:56
Status Success
Total duration 4m 13s
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. 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. 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.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.
Analyze (csharp): src/DevOpsMetrics.Cmd/ServiceApiClient.cs#L84
Dereference of a possibly null reference.