Skip to content

Update dependabot.yml #265

Update dependabot.yml

Update dependabot.yml #265

Triggered via push January 21, 2025 14:31
Status Success
Total duration 10m 18s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build and test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test: Auth/LearningHub.Nhs.Auth/Controllers/OpenAthensController.cs#L259
XML comment has syntactically incorrect cref attribute '(string, string, IReadOnlyCollection)'
Build and test: Auth/LearningHub.Nhs.Auth/Controllers/OpenAthensController.cs#L259
Identifier expected. See also error CS1001.
Build and test: Auth/LearningHub.Nhs.Auth/Controllers/HomeController.cs#L77
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build and test: Auth/LearningHub.Nhs.Auth/Views/Shared/Components/TextArea/Default.cshtml#L5
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.