Skip to content

Bump Dapr.Workflow from 1.13.1 to 1.14.0 in /CollectDaprStats #59

Bump Dapr.Workflow from 1.13.1 to 1.14.0 in /CollectDaprStats

Bump Dapr.Workflow from 1.13.1 to 1.14.0 in /CollectDaprStats #59

Triggered via pull request October 4, 2024 13:27
Status Success
Total duration 29s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: CollectDaprStats/GetNpmPackageData.cs#L64
Non-nullable property 'PackageName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CollectDaprStats/GetNpmPackageData.cs#L65
Non-nullable property 'PackageVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CollectDaprStats/GetNpmPackageData.cs#L58
Non-nullable property 'Package' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CollectDaprStats/GetNpmPackageData.cs#L59
Non-nullable property 'Downloads' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CollectDaprStats/GetDiscordData.cs#L44
Possible null reference assignment.
build: CollectDaprStats/GetPythonPackageData.cs#L58
Non-nullable property 'PackageName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CollectDaprStats/GetPythonPackageData.cs#L59
Non-nullable property 'PackageVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CollectDaprStats/GetPythonPackageData.cs#L52
Non-nullable property 'Package' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CollectDaprStats/GetPythonPackageData.cs#L53
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CollectDaprStats/GetPythonPackageData.cs#L26
Dereference of a possibly null reference.