Skip to content

Session 128 handoff: where to pick up, and what the day cost #358

Session 128 handoff: where to pick up, and what the day cost

Session 128 handoff: where to pick up, and what the day cost #358

Triggered via push September 1, 2026 20:49
Status Success
Total duration 2m 37s
Artifacts

ci.yml

on: push
build-test-scan
2m 33s
build-test-scan
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
build-test-scan
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-test-scan: src/FinApp.Server/BankSync/BankSyncService.cs#L86
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
build-test-scan: src/FinApp.Shared.UI/Pages/Dashboard.razor#L12958
The field 'Dashboard._aiUnknown' is assigned but its value is never used
build-test-scan: src/FinApp.Shared.UI/Components/Landing.razor#L258
The field 'Landing._feedbackOpen' is never used
build-test-scan: src/FinApp.Shared.UI/Services/Localizer.cs#L41
Possible null reference assignment.
build-test-scan: src/FinApp.Server/BankSync/BankSyncService.cs#L86
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
build-test-scan: src/FinApp.Shared.UI/Pages/Dashboard.razor#L12958
The field 'Dashboard._aiUnknown' is assigned but its value is never used
build-test-scan: src/FinApp.Shared.UI/Components/Landing.razor#L258
The field 'Landing._feedbackOpen' is never used
build-test-scan: src/FinApp.Shared.UI/Services/Localizer.cs#L41
Possible null reference assignment.