Skip to content

Merge branch 'main' of https://github.com/block-core/status #20

Merge branch 'main' of https://github.com/block-core/status

Merge branch 'main' of https://github.com/block-core/status #20

Triggered via push October 26, 2024 03:18
Status Success
Total duration 22s
Artifacts

build.yml

on: push
build-and-deploy
15s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build-and-deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, peaceiris/actions-gh-pages@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-deploy: Program.cs#L46
Dereference of a possibly null reference.
build-and-deploy: Program.cs#L57
Converting null literal or possible null value to non-nullable type.
build-and-deploy: Program.cs#L60
Possible null reference argument for parameter 'service' in 'Task Program.CheckAndUpdateService(JToken service, JArray appStatusArray)'.
build-and-deploy: Program.cs#L60
Possible null reference argument for parameter 'appStatusArray' in 'Task Program.CheckAndUpdateService(JToken service, JArray appStatusArray)'.
build-and-deploy: Program.cs#L172
Possible null reference assignment.