Skip to content

Update module golang.org/x/crypto to v0.45.0 [SECURITY] #1940

Update module golang.org/x/crypto to v0.45.0 [SECURITY]

Update module golang.org/x/crypto to v0.45.0 [SECURITY] #1940

Triggered via pull request November 20, 2025 19:37
Status Failure
Total duration 42m 31s
Artifacts

test-examples.yml

on: pull_request
TypeScript lint checks
1m 51s
TypeScript lint checks
TypeScript unit tests
2m 16s
TypeScript unit tests
Python Code Format and Validation
25s
Python Code Format and Validation
Python unit tests
2m 14s
Python unit tests
Go unit tests
2m 53s
Go unit tests
Kubernetes integration tests
13m 44s
Kubernetes integration tests
Matrix: providers
Matrix: .NET unit tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
.NET unit tests (testing-unit-fs-mocks)
Process completed with exit code 1.
.NET unit tests (testing-unit-fs-mocks): testing-unit-fs-mocks/Testing.fs#L35
Type constraint mismatch. The type � ''a' �is not compatible with type� 'obj'
GcpJs integration tests
Process completed with exit code 2.
AzureCs integration tests
Process completed with exit code 2.
AzureTs integration tests
Process completed with exit code 2.
AzurePy integration tests
Process completed with exit code 2.
.NET unit tests (testing-unit-fs-mocks): testing-unit-fs-mocks/WebsiteStackTests.fs#L65
Nullness warning: The types 'Account' and 'Account | null' do not have compatible nullability.
.NET unit tests (testing-unit-fs-mocks): testing-unit-fs-mocks/WebsiteStackTests.fs#L65
Nullness warning: The types 'Account' and 'Account | null' do not have compatible nullability.
.NET unit tests (testing-unit-fs-mocks): testing-unit-fs-mocks/WebsiteStackTests.fs#L62
Nullness warning: The types 'obj' and 'Account | null' do not have compatible nullability.
.NET unit tests (testing-unit-fs-mocks): testing-unit-fs-mocks/WebsiteStackTests.fs#L54
Nullness warning: The types 'IDictionary<string,string>' and 'IDictionary<string,string> | null' do not have compatible nullability.
.NET unit tests (testing-unit-fs-mocks): testing-unit-fs-mocks/WebsiteStackTests.fs#L51
Nullness warning: The types 'obj' and 'ImmutableDictionary<string,string> | null' do not have compatible nullability.
.NET unit tests (testing-unit-fs-mocks): testing-unit-fs-mocks/Testing.fs#L29
Nullness warning: A non-nullable 'string' was expected but this expression is nullable. Consider either changing the target to also be nullable, or use pattern matching to safely handle the null case of this expression.
.NET unit tests (testing-unit-fs-mocks): testing-unit-fs-mocks/Testing.fs#L29
Nullness warning: The types 'string' and 'string | null' do not have compatible nullability.
.NET unit tests (testing-unit-fs-mocks): testing-unit-fs-mocks/Testing.fs#L29
Nullness warning: The types 'string' and 'string | null' do not have compatible nullability.
.NET unit tests (testing-unit-fs-mocks): testing-unit-fs-mocks/Testing.fs#L15
Nullness warning: The types 'obj' and 'string | null' do not have compatible nullability.
.NET unit tests (testing-unit-cs-mocks): testing-unit-cs-mocks/Testing.cs#L50
Nullability of reference types in value of type 'Task<(string Id, object)>' doesn't match target type 'Task<(string? id, object state)>'.