Skip to content

Expose an endpoint for bulk processing of organization auth requests #19014

Expose an endpoint for bulk processing of organization auth requests

Expose an endpoint for bulk processing of organization auth requests #19014

Triggered via pull request May 27, 2024 01:20
Status Success
Total duration 8m 21s
Artifacts 17

build.yml

on: pull_request
Matrix: Build artifacts
Matrix: Build MSSQL migrator utility
Matrix: Build Docker images
Upload
2m 14s
Upload
Trigger self-host build
28s
Trigger self-host build
Trigger k8s deploy
0s
Trigger k8s deploy
Check for failures
8s
Check for failures
Fit to window
Zoom out
Zoom in

Annotations

207 warnings
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build artifacts (Server, ./util)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build artifacts (Setup, ./util)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build artifacts (Setup, ./util): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Build artifacts (Setup, ./util): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Build artifacts (Setup, ./util): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Setup, ./util): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Setup, ./util): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Setup, ./util): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Setup, ./util): src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
Build artifacts (Setup, ./util): src/Core/Billing/Services/IProviderBillingService.cs#L19
XML comment has cref attribute 'seats' that could not be resolved
Build artifacts (Scim, ./bitwarden_license/src, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build artifacts (Scim, ./bitwarden_license/src, true): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Build artifacts (Scim, ./bitwarden_license/src, true): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Build artifacts (Scim, ./bitwarden_license/src, true): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Scim, ./bitwarden_license/src, true): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Scim, ./bitwarden_license/src, true): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Scim, ./bitwarden_license/src, true): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Scim, ./bitwarden_license/src, true): src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
Build artifacts (Scim, ./bitwarden_license/src, true): src/Core/Billing/Services/IProviderBillingService.cs#L19
XML comment has cref attribute 'seats' that could not be resolved
Build artifacts (Scim, ./bitwarden_license/src, true): src/Infrastructure.EntityFramework/Repositories/Queries/UserCollectionDetailsQuery.cs#L56
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build artifacts (Api, ./src)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build artifacts (Api, ./src): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Build artifacts (Api, ./src): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Build artifacts (Api, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Api, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Api, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Api, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Api, ./src): src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
Build artifacts (Api, ./src): src/Core/Billing/Services/IProviderBillingService.cs#L19
XML comment has cref attribute 'seats' that could not be resolved
Build artifacts (Api, ./src): src/Infrastructure.EntityFramework/Vault/Repositories/Queries/CipherReadCanEditByIdUserIdQuery.cs#L63
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build MSSQL migrator utility (linux-x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build MSSQL migrator utility (linux-x64): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Build MSSQL migrator utility (linux-x64): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Build MSSQL migrator utility (linux-x64): src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
Build MSSQL migrator utility (linux-x64): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build MSSQL migrator utility (linux-x64): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build MSSQL migrator utility (linux-x64): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build MSSQL migrator utility (linux-x64): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build MSSQL migrator utility (linux-x64): src/Core/Billing/Services/IProviderBillingService.cs#L19
XML comment has cref attribute 'seats' that could not be resolved
Build artifacts (Billing, ./src)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build artifacts (Billing, ./src): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Build artifacts (Billing, ./src): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Build artifacts (Billing, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Billing, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Billing, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Billing, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Billing, ./src): src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
Build artifacts (Billing, ./src): src/Core/Billing/Services/IProviderBillingService.cs#L19
XML comment has cref attribute 'seats' that could not be resolved
Build artifacts (Billing, ./src): src/Infrastructure.EntityFramework/Repositories/DatabaseContextExtensions.cs#L68
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build artifacts (Sso, ./bitwarden_license/src, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build artifacts (Sso, ./bitwarden_license/src, true): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Build artifacts (Sso, ./bitwarden_license/src, true): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Build artifacts (Sso, ./bitwarden_license/src, true): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Sso, ./bitwarden_license/src, true): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Sso, ./bitwarden_license/src, true): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Sso, ./bitwarden_license/src, true): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Sso, ./bitwarden_license/src, true): src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
Build artifacts (Sso, ./bitwarden_license/src, true): src/Core/Billing/Services/IProviderBillingService.cs#L19
XML comment has cref attribute 'seats' that could not be resolved
Build artifacts (Sso, ./bitwarden_license/src, true): src/Infrastructure.EntityFramework/Vault/Repositories/Queries/CipherReadCanEditByIdUserIdQuery.cs#L63
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build MSSQL migrator utility (win-x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build MSSQL migrator utility (win-x64): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Build artifacts (Icons, ./src)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build MSSQL migrator utility (win-x64): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Build artifacts (Icons, ./src): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Build MSSQL migrator utility (win-x64): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Icons, ./src): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Build MSSQL migrator utility (win-x64): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Icons, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build MSSQL migrator utility (win-x64): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Icons, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build MSSQL migrator utility (win-x64): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Icons, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Icons, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build MSSQL migrator utility (win-x64): src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
Build MSSQL migrator utility (win-x64): src/Core/Billing/Services/IProviderBillingService.cs#L19
XML comment has cref attribute 'seats' that could not be resolved
Build artifacts (Icons, ./src): src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
Build artifacts (Icons, ./src): src/Core/Billing/Services/IProviderBillingService.cs#L19
XML comment has cref attribute 'seats' that could not be resolved
Build artifacts (Icons, ./src): src/Infrastructure.EntityFramework/Vault/Repositories/Queries/CipherReadCanEditByIdUserIdQuery.cs#L63
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build artifacts (EventsProcessor, ./src)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build artifacts (EventsProcessor, ./src): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Build artifacts (EventsProcessor, ./src): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Build artifacts (EventsProcessor, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (EventsProcessor, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (EventsProcessor, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (EventsProcessor, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (EventsProcessor, ./src): src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
Build artifacts (EventsProcessor, ./src): src/Core/Billing/Services/IProviderBillingService.cs#L19
XML comment has cref attribute 'seats' that could not be resolved
Build artifacts (EventsProcessor, ./src): src/Infrastructure.EntityFramework/Vault/Repositories/Queries/CipherReadCanEditByIdUserIdQuery.cs#L63
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build artifacts (Identity, ./src)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build artifacts (Identity, ./src): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Build artifacts (Identity, ./src): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Build artifacts (Identity, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Identity, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Identity, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Identity, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Identity, ./src): src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
Build artifacts (Identity, ./src): src/Core/Billing/Services/IProviderBillingService.cs#L19
XML comment has cref attribute 'seats' that could not be resolved
Build artifacts (Identity, ./src): src/Infrastructure.EntityFramework/Vault/Repositories/Queries/CipherReadCanEditByIdUserIdQuery.cs#L63
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build artifacts (Events, ./src)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build artifacts (Events, ./src): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Build artifacts (Events, ./src): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Build artifacts (Events, ./src): src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
Build artifacts (Events, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Events, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Events, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Events, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Events, ./src): src/Core/Billing/Services/IProviderBillingService.cs#L19
XML comment has cref attribute 'seats' that could not be resolved
Build artifacts (Events, ./src): src/Infrastructure.EntityFramework/Vault/Repositories/Queries/CipherReadCanEditByIdUserIdQuery.cs#L63
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build MSSQL migrator utility (osx-x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build MSSQL migrator utility (osx-x64): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Build MSSQL migrator utility (osx-x64): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Build MSSQL migrator utility (osx-x64): src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
Build MSSQL migrator utility (osx-x64): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build MSSQL migrator utility (osx-x64): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build MSSQL migrator utility (osx-x64): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build MSSQL migrator utility (osx-x64): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build MSSQL migrator utility (osx-x64): src/Core/Billing/Services/IProviderBillingService.cs#L19
XML comment has cref attribute 'seats' that could not be resolved
Build artifacts (MsSqlMigratorUtility, ./util, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build artifacts (MsSqlMigratorUtility, ./util, true): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Build artifacts (MsSqlMigratorUtility, ./util, true): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Build artifacts (MsSqlMigratorUtility, ./util, true): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (MsSqlMigratorUtility, ./util, true): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (MsSqlMigratorUtility, ./util, true): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (MsSqlMigratorUtility, ./util, true): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (MsSqlMigratorUtility, ./util, true): src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
Build artifacts (MsSqlMigratorUtility, ./util, true): src/Core/Billing/Services/IProviderBillingService.cs#L19
XML comment has cref attribute 'seats' that could not be resolved
Build artifacts (Admin, ./src, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build artifacts (Admin, ./src, true): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Build artifacts (Admin, ./src, true): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Build artifacts (Admin, ./src, true): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Admin, ./src, true): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Admin, ./src, true): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Admin, ./src, true): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Admin, ./src, true): src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
Build artifacts (Admin, ./src, true): src/Core/Billing/Services/IProviderBillingService.cs#L19
XML comment has cref attribute 'seats' that could not be resolved
Build artifacts (Admin, ./src, true): src/Infrastructure.EntityFramework/Vault/Repositories/Queries/CipherReadCanEditByIdUserIdQuery.cs#L63
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build artifacts (Notifications, ./src)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build artifacts (Notifications, ./src): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Build artifacts (Notifications, ./src): src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Build artifacts (Notifications, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Notifications, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Notifications, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Notifications, ./src): src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build artifacts (Notifications, ./src): src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
Build artifacts (Notifications, ./src): src/Core/Billing/Services/IProviderBillingService.cs#L19
XML comment has cref attribute 'seats' that could not be resolved
Build artifacts (Notifications, ./src): src/Infrastructure.EntityFramework/Repositories/Queries/UserCollectionDetailsQuery.cs#L56
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build Docker images (Nginx, ./util)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, bitwarden/gh-actions/get-keyvault-secrets@main, docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker images (Nginx, ./util)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Api, ./src, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, bitwarden/gh-actions/get-keyvault-secrets@main, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker images (Api, ./src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Setup, ./util, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, bitwarden/gh-actions/get-keyvault-secrets@main, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker images (Setup, ./util, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (MsSqlMigratorUtility, ./util, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, bitwarden/gh-actions/get-keyvault-secrets@main, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker images (MsSqlMigratorUtility, ./util, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Billing, ./src, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, bitwarden/gh-actions/get-keyvault-secrets@main, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker images (Billing, ./src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Attachments, ./util)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, bitwarden/gh-actions/get-keyvault-secrets@main, docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker images (Attachments, ./util)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (EventsProcessor, ./src, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, bitwarden/gh-actions/get-keyvault-secrets@main, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker images (EventsProcessor, ./src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Events, ./src, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, bitwarden/gh-actions/get-keyvault-secrets@main, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker images (Events, ./src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Scim, ./bitwarden_license/src, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, bitwarden/gh-actions/get-keyvault-secrets@main, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker images (Scim, ./bitwarden_license/src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (MsSql, ./util)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, bitwarden/gh-actions/get-keyvault-secrets@main, docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker images (MsSql, ./util)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Identity, ./src, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, bitwarden/gh-actions/get-keyvault-secrets@main, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker images (Identity, ./src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Admin, ./src, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, bitwarden/gh-actions/get-keyvault-secrets@main, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker images (Admin, ./src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Icons, ./src, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, bitwarden/gh-actions/get-keyvault-secrets@main, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker images (Icons, ./src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Sso, ./bitwarden_license/src, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, bitwarden/gh-actions/get-keyvault-secrets@main, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker images (Sso, ./bitwarden_license/src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Notifications, ./src, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, bitwarden/gh-actions/get-keyvault-secrets@main, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker images (Notifications, ./src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Server, ./util, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, bitwarden/gh-actions/get-keyvault-secrets@main, actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a, docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Docker images (Server, ./util, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Trigger self-host build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, bitwarden/gh-actions/get-keyvault-secrets@main, actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Upload
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Upload: src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Upload: src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Upload: src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Upload: src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Upload: src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Upload: src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Upload: src/Core/Auth/Services/Implementations/AuthRequestService.cs#L126
Dereference of a possibly null reference.
Upload: src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
Upload: src/Core/Billing/Services/IProviderBillingService.cs#L19
XML comment has cref attribute 'seats' that could not be resolved
Upload: src/Infrastructure.EntityFramework/Repositories/Queries/UserCollectionDetailsQuery.cs#L56
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Admin.zip", "Api.zip", "Billing.zip", "Events.zip", "EventsProcessor.zip", "Icons.zip", "Identity.zip", "MsSqlMigratorUtility.zip", "MsSqlMigratorUtility-linux-x64", "MsSqlMigratorUtility-osx-x64", "MsSqlMigratorUtility-win-x64", "Notifications.zip", "Scim.zip", "Server.zip", "Setup.zip", "Sso.zip", "swagger.json". 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/

Artifacts

Produced during runtime
Name Size
Admin.zip
46.4 MB
Api.zip
44.4 MB
Billing.zip
42.7 MB
Events.zip
42.6 MB
EventsProcessor.zip
42.6 MB
Icons.zip
43 MB
Identity.zip
42.8 MB
MsSqlMigratorUtility-linux-x64
138 MB
MsSqlMigratorUtility-osx-x64
138 MB
MsSqlMigratorUtility-win-x64
143 MB
MsSqlMigratorUtility.zip
25.2 MB
Notifications.zip
42.9 MB
Scim.zip
42.6 MB
Server.zip
47.8 KB
Setup.zip
25 MB
Sso.zip
44.2 MB
swagger.json
78.1 KB