Skip to content

GCS-28: Update session timout to 15mins and add cookie max age #1410

GCS-28: Update session timout to 15mins and add cookie max age

GCS-28: Update session timout to 15mins and add cookie max age #1410

Triggered via push November 15, 2024 10:21
Status Success
Total duration 1m 56s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

43 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
Cannot convert null literal to non-nullable reference type.
build
Cannot convert null literal to non-nullable reference type.
build
'SearchDetailModel.SearchResultsCurrent' hides inherited member 'SearchBaseModel.SearchResultsCurrent'. Use the new keyword if hiding was intended.
build
'SearchDetailModel.SearchResultsPast' hides inherited member 'SearchBaseModel.SearchResultsPast'. Use the new keyword if hiding was intended.
build
'SearchDetailModel.SearchAtResultsText' hides inherited member 'SearchBaseModel.SearchAtResultsText'. Use the new keyword if hiding was intended.
build
'SearchDetailModel.SearchOnBehalfOfResultsText' hides inherited member 'SearchBaseModel.SearchOnBehalfOfResultsText'. Use the new keyword if hiding was intended.
build
'SearchDetailModel.SearchGroupId' hides inherited member 'SearchBaseModel.SearchGroupId'. Use the new keyword if hiding was intended.
build
'SearchDetailModel.SearchResultId' hides inherited member 'SearchBaseModel.SearchResultId'. Use the new keyword if hiding was intended.
build
'SearchDetailModel.SearchDuration' hides inherited member 'SearchBaseModel.SearchDuration'. Use the new keyword if hiding was intended.
build
'SearchDetailModel.SearchResultsTotalCount' hides inherited member 'SearchBaseModel.SearchResultsTotalCount'. Use the new keyword if hiding was intended.
build: modules/end-user/src/gpconnect-appointment-checker/Pages/Pending/CreateAccount.cshtml.cs#L21
Cannot convert null literal to non-nullable reference type.
build: modules/end-user/src/gpconnect-appointment-checker/Pages/Private/Admin/Reports.cshtml.cs#L21
Cannot convert null literal to non-nullable reference type.
build: modules/end-user/src/gpconnect-appointment-checker/Models/SearchDetailModel.cs#L12
'SearchDetailModel.SearchResultsCurrent' hides inherited member 'SearchBaseModel.SearchResultsCurrent'. Use the new keyword if hiding was intended.
build: modules/end-user/src/gpconnect-appointment-checker/Models/SearchDetailModel.cs#L13
'SearchDetailModel.SearchResultsPast' hides inherited member 'SearchBaseModel.SearchResultsPast'. Use the new keyword if hiding was intended.
build: modules/end-user/src/gpconnect-appointment-checker/Models/SearchDetailModel.cs#L16
'SearchDetailModel.SearchAtResultsText' hides inherited member 'SearchBaseModel.SearchAtResultsText'. Use the new keyword if hiding was intended.
build: modules/end-user/src/gpconnect-appointment-checker/Models/SearchDetailModel.cs#L18
'SearchDetailModel.SearchOnBehalfOfResultsText' hides inherited member 'SearchBaseModel.SearchOnBehalfOfResultsText'. Use the new keyword if hiding was intended.
build: modules/end-user/src/gpconnect-appointment-checker/Models/SearchDetailModel.cs#L21
'SearchDetailModel.SearchGroupId' hides inherited member 'SearchBaseModel.SearchGroupId'. Use the new keyword if hiding was intended.
build: modules/end-user/src/gpconnect-appointment-checker/Models/SearchDetailModel.cs#L24
'SearchDetailModel.SearchResultId' hides inherited member 'SearchBaseModel.SearchResultId'. Use the new keyword if hiding was intended.
build: modules/end-user/src/gpconnect-appointment-checker/Models/SearchDetailModel.cs#L28
'SearchDetailModel.SearchDuration' hides inherited member 'SearchBaseModel.SearchDuration'. Use the new keyword if hiding was intended.
build: modules/end-user/src/gpconnect-appointment-checker/Models/SearchDetailModel.cs#L32
'SearchDetailModel.SearchResultsTotalCount' hides inherited member 'SearchBaseModel.SearchResultsTotalCount'. Use the new keyword if hiding was intended.
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build
Nullability of reference types in return type of 'Task<Organisation> FhirService.GetOrganisation(string odsCode)' doesn't match implicitly implemented member 'Task<Organisation?> IFhirService.GetOrganisation(string odsCode)'.
build
Nullability of reference types in return type of 'Task<string?> InteractionService.CreateInteractionData<T>(RouteReportRequest routeReportRequest)' doesn't match implicitly implemented member 'Task<string> IInteractionService.CreateInteractionData<T>(RouteReportRequest routeReportRequest)'.
build
Nullability of reference types in return type of 'Task<Organisation> LdapService.GetOrganisation(string odsCode)' doesn't match implicitly implemented member 'Task<Organisation?> ILdapService.GetOrganisation(string odsCode)'.
build
Nullability of reference types in return type of 'Task<Organisation?> SpineService.GetOrganisationDetailsByOdsCodeAsync(string odsCode)' doesn't match implicitly implemented member 'Task<Organisation> ISpineService.GetOrganisationDetailsByOdsCodeAsync(string odsCode)'.
build
Nullability of reference types in return type of 'Task<Stream> ReportingService.ExportReport(ReportRequest reportRequest)' doesn't match implicitly implemented member 'Task<Stream?> IReportingService.ExportReport(ReportRequest reportRequest)'.
build
Nullability of reference types in return type of 'Task<string?> WorkflowService.CreateWorkflowData<T>(RouteReportRequest routeReportRequest)' doesn't match implicitly implemented member 'Task<string> IWorkflowService.CreateWorkflowData<T>(RouteReportRequest routeReportRequest)'.
build
Converting null literal or possible null value to non-nullable type.
build
Possible null reference return.
build
Dereference of a possibly null reference.
build
Possible null reference return.
build: modules/api/src/Service/Fhir/FhirService.cs#L31
Nullability of reference types in return type of 'Task<Organisation> FhirService.GetOrganisation(string odsCode)' doesn't match implicitly implemented member 'Task<Organisation?> IFhirService.GetOrganisation(string odsCode)'.
build: modules/api/src/Service/InteractionService.cs#L37
Nullability of reference types in return type of 'Task<string?> InteractionService.CreateInteractionData<T>(RouteReportRequest routeReportRequest)' doesn't match implicitly implemented member 'Task<string> IInteractionService.CreateInteractionData<T>(RouteReportRequest routeReportRequest)'.
build: modules/api/src/Service/Ldap/LdapService.cs#L116
Nullability of reference types in return type of 'Task<Organisation> LdapService.GetOrganisation(string odsCode)' doesn't match implicitly implemented member 'Task<Organisation?> ILdapService.GetOrganisation(string odsCode)'.
build: modules/api/src/Service/ReportingService.cs#L50
Nullability of reference types in return type of 'Task<Stream> ReportingService.ExportReport(ReportRequest reportRequest)' doesn't match implicitly implemented member 'Task<Stream?> IReportingService.ExportReport(ReportRequest reportRequest)'.
build: modules/api/src/Service/SpineService.cs#L24
Nullability of reference types in return type of 'Task<Organisation?> SpineService.GetOrganisationDetailsByOdsCodeAsync(string odsCode)' doesn't match implicitly implemented member 'Task<Organisation> ISpineService.GetOrganisationDetailsByOdsCodeAsync(string odsCode)'.
build: modules/api/src/Service/WorkflowService.cs#L23
Nullability of reference types in return type of 'Task<string?> WorkflowService.CreateWorkflowData<T>(RouteReportRequest routeReportRequest)' doesn't match implicitly implemented member 'Task<string> IWorkflowService.CreateWorkflowData<T>(RouteReportRequest routeReportRequest)'.
build: modules/api/src/Helpers/ApplicationHelper.cs#L11
Converting null literal or possible null value to non-nullable type.
build: modules/api/src/Helpers/ApplicationHelper.cs#L14
Possible null reference return.
build: modules/api/src/DTO/Response/Reporting/ActiveStatusReporting.cs#L29
Dereference of a possibly null reference.
build: modules/api/src/DTO/Response/Reporting/ActiveStatusReporting.cs#L41
Possible null reference return.