Skip to content

azp: extension experimental hover effect #1026

azp: extension experimental hover effect

azp: extension experimental hover effect #1026

Triggered via pull request October 12, 2024 17:00
Status Success
Total duration 6m 0s
Artifacts

codeql.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
CodeQL-Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CodeQL-Build
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/
CodeQL-Build: src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Build: src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Build: src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1193
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Build: src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1194
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Build: src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1197
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL-Build: src/Runner.Server/Controllers/TimelineController.cs#L142
The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'
CodeQL-Build: src/Runner.Server/Controllers/TimelineController.cs#L147
The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'