Bump docker/build-push-action from 5 to 6 #242
Annotations
20 warnings
build:
GitHubAction/Package.Builder/PackageBuilder.cs#L115
Dereference of a possibly null reference.
|
build:
GitHubAction/GitHubAction.domain/Entities/Inputs.cs#L11
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GitHubAction/UploadArtifactApi/HttpArtifactUploadApi.cs#L54
Possible null reference return.
|
build:
GitHubAction/GITTest/GITInfoTest.cs#L15
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
GitHubAction/GITTest/GITInfoTest.cs#L24
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
GitHubAction/GitHubAction/IOutputPathProvider.cs#L11
Non-nullable property 'BasePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GitHubAction/GitHubAction/Factories/CatalogDataFactory.cs#L19
Possible null reference argument for parameter 'tag' in 'string IGitInfo.GetCurrentBranch(string tag)'.
|
build:
GitHubAction/GitHubAction.UnitTest/GitHubActionTests.cs#L40
Non-nullable field '_uriServiceMock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
GitHubAction/GitHubAction.UnitTest/GitHubActionTests.cs#L41
Non-nullable field '_outputPathProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
GitHubAction/GitHubAction.UnitTest/GitHubActionTests.cs#L42
Non-nullable field '_gitInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
GitHubAction/GitHubAction.domain/Entities/Inputs.cs#L11
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GitHubAction/Package.Builder/PackageBuilder.cs#L115
Dereference of a possibly null reference.
|
build:
GitHubAction/UploadArtifactApi/HttpArtifactUploadApi.cs#L54
Possible null reference return.
|
build:
GitHubAction/GITTest/GITInfoTest.cs#L15
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
GitHubAction/GITTest/GITInfoTest.cs#L24
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
GitHubAction/GitHubAction/IOutputPathProvider.cs#L11
Non-nullable property 'BasePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GitHubAction/GitHubAction/Factories/CatalogDataFactory.cs#L19
Possible null reference argument for parameter 'tag' in 'string IGitInfo.GetCurrentBranch(string tag)'.
|
build:
GitHubAction/GitHubAction.Console/Extensions/ApiExtensions.cs#L18
Dereference of a possibly null reference.
|
build:
GitHubAction/GitHubAction.Console/Extensions/ApiExtensions.cs#L26
Dereference of a possibly null reference.
|
build:
GitHubAction/GitHubAction.Console/Extensions/ApiExtensions.cs#L34
Dereference of a possibly null reference.
|