Code Scanning - Action #1430
Annotations
1 error and 11 warnings
Initialize CodeQL
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
Perform CodeQL Analysis
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Manual build:
src/Runner.Listener/Configuration/Validators.cs#L80
This call site is reachable on all platforms. 'NTAccount' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Manual build:
src/Runner.Server/Controllers/ArtifactController.cs#L213
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
Manual build:
src/Runner.Server/Controllers/ArtifactController.cs#L210
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
Manual build:
src/Runner.Server/Controllers/MessageController.cs#L6220
'HMAC.Create(string)' is obsolete: 'Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0045)
|
Manual build:
src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1219
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Manual build:
src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1217
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Manual build:
src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Manual build:
src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Manual build:
src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Manual build:
src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading