Skip to content

Disable scheduled builds in GitHub Actions #1360

Disable scheduled builds in GitHub Actions

Disable scheduled builds in GitHub Actions #1360

Triggered via push December 24, 2024 15:02
Status Success
Total duration 22s
Artifacts

build.yml

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

Annotations

6 warnings
build-and-deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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.