Skip to content

Fix loop in RetentionResponder. #305

Fix loop in RetentionResponder.

Fix loop in RetentionResponder. #305

Triggered via push November 1, 2025 20:01
Status Success
Total duration 35s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
build
The `save-state` 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
The `save-state` 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
The `save-state` 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: src/Automation/Responders/DogResponder.cs#L53
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components instead.' (https://aka.ms/dotnet-warnings/SYSLIB0013)
build: src/Automation/Handlers/AuditTrailHandler.cs#L23
Unreachable code detected
build: src/Automation/Responders/SteamGameResponder.cs#L51
'ISteamClient.GetAppDetails(uint, CancellationToken)' is obsolete: 'This is not an official API. Do not use for critical applications.'
build: src/Automation/Responders/SteamGameResponder.cs#L37
'ISteamClient.IsAppAdultOnly(uint, CancellationToken)' is obsolete: 'This is not an official API. Do not use for critical applications.'