Skip to content

.NET Core Build and Deploy to GitHub Pages #159

.NET Core Build and Deploy to GitHub Pages

.NET Core Build and Deploy to GitHub Pages #159

Triggered via schedule November 1, 2024 04:26
Status Success
Total duration 30s
Artifacts

build.yml

on: schedule
build-and-deploy
21s
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.