Skip to content

Merge pull request #157 from bcgov/yj #158

Merge pull request #157 from bcgov/yj

Merge pull request #157 from bcgov/yj #158

Triggered via push April 16, 2024 22:10
Status Success
Total duration 2m 55s
Artifacts

deploy-dev.yml

on: push
build-backend
41s
build-backend
build-frontend
59s
build-frontend
docker-build-backend
54s
docker-build-backend
docker-build-frontend
1m 13s
docker-build-frontend
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
build-backend
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/cache@v3, asdf-vm/actions/setup@8b8467c5522bb0aea4977082037e4f2956d67e52, actions/cache@67b839edb68371cc5014f6cea11c9aa77238de78. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-backend: server/StrDss.Service/EmailTemplates/EmailTemplateBase.cs#L9
Non-nullable property 'Attachments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-backend: server/StrDss.Service/EmailMessageService.cs#L56
Dereference of a possibly null reference.
build-backend: server/StrDss.Service/FieldValidatorService.cs#L93
Possible null reference argument for parameter 'str' in 'bool CommonExtensions.IsEmpty(string str)'.
build-backend: server/StrDss.Service/FieldValidatorService.cs#L96
Converting null literal or possible null value to non-nullable type.
build-backend: server/StrDss.Service/FieldValidatorService.cs#L98
Possible null reference argument for parameter 'str' in 'bool CommonExtensions.IsEmpty(string str)'.
build-backend: server/StrDss.Service/FieldValidatorService.cs#L106
Dereference of a possibly null reference.
build-backend: server/StrDss.Service/FieldValidatorService.cs#L121
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input, string pattern)'.
build-backend: server/StrDss.Service/FieldValidatorService.cs#L123
Dereference of a possibly null reference.
build-backend: server/StrDss.Service/FieldValidatorService.cs#L162
Possible null reference argument for parameter 'str' in 'bool CommonExtensions.IsEmpty(string str)'.
build-backend: server/StrDss.Service/FieldValidatorService.cs#L165
Possible null reference argument for parameter 'val' in '(bool parsed, DateTime? parsedDate) DateUtils.ParseDate(object val)'.
build-frontend
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
docker-build-backend
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: asdf-vm/actions/setup@8b8467c5522bb0aea4977082037e4f2956d67e52, actions/cache@67b839edb68371cc5014f6cea11c9aa77238de78. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
docker-build-frontend
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: asdf-vm/actions/setup@8b8467c5522bb0aea4977082037e4f2956d67e52, actions/cache@67b839edb68371cc5014f6cea11c9aa77238de78. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
docker-build-frontend
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/