Sync actions/runner #953
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1165
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1166
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1169
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Runner.Worker/ContainerOperationProvider.cs#L587
This call site is reachable on all platforms. 'ServiceController.ServiceName' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/Runner.Worker/ContainerOperationProvider.cs#L587
This call site is reachable on all platforms. 'ServiceController.Status' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/Runner.Listener/Configuration/Validators.cs#L81
This call site is reachable on all platforms. 'NTAccount.Translate(Type)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "nupkg".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading