Skip to content

Merge pull request #2 from formancehq/speakeasy-sdk-regen-1727265003 #2

Merge pull request #2 from formancehq/speakeasy-sdk-regen-1727265003

Merge pull request #2 from formancehq/speakeasy-sdk-regen-1727265003 #2

Triggered via push September 25, 2024 11:53
Status Success
Total duration 1m 55s
Artifacts

sdk_publish.yaml

on: push
publish  /  Create Github Release
38s
publish / Create Github Release
publish  /  Publish Python SDK
0s
publish / Publish Python SDK
publish  /  Publish Typescript SDK
0s
publish / Publish Typescript SDK
publish  /  Publish Java SDK
0s
publish / Publish Java SDK
publish  /  Publish PHP SDK
0s
publish / Publish PHP SDK
publish  /  Publish C# SDK
59s
publish / Publish C# SDK
publish  /  Publish Terraform Provider
0s
publish / Publish Terraform Provider
publish  /  Publish Ruby SDK
0s
publish / Publish Ruby SDK
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
publish / Publish C# SDK
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
publish / Publish C# SDK: src/formance/Hooks/ClientCredentials.cs#L163
Possible null reference argument for parameter 'tokenURL' in 'Credentials.Credentials(string clientID, string clientSecret, string tokenURL)'.
publish / Publish C# SDK: src/formance/Hooks/ClientCredentials.cs#L223
Dereference of a possibly null reference.
publish / Publish C# SDK: src/formance/Hooks/ClientCredentials.cs#L232
Possible null reference argument for parameter 'token' in 'Session.Session(Credentials credentials, string token, List<string> scopes, DateTime? expiresAt = null)'.
publish / Publish C# SDK: src/formance/Hooks/ClientCredentials.cs#L69
Non-nullable field 'Client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.