Fix dependency versions #706
ci.yml
on: push
Publish to GitHub Packages
15s
Official Release to GitHub Packages
0s
Official Release to NuGet.org
18s
Annotations
2 errors and 22 warnings
|
Official Release to NuGet.org
[FTL] Bad Issue https://github.com/Project-MONAI/monai-deploy-storage/issues/330 expected to find a single label with either breaking, feature, enhancement, bug, documentation, security, build, refactor or testing.
GitReleaseManager.Core.Exceptions.InvalidIssuesException: Bad Issue https://github.com/Project-MONAI/monai-deploy-storage/issues/330 expected to find a single label with either breaking, feature, enhancement, bug, documentation, security, build, refactor or testing.
at GitReleaseManager.Core.ReleaseNotes.ReleaseNotesBuilder.GetIssuesAsync(Milestone milestone)
at GitReleaseManager.Core.ReleaseNotes.ReleaseNotesBuilder.BuildReleaseNotesAsync(String user, String repository, String milestoneTitle, String template)
at GitReleaseManager.Core.VcsService.CreateReleaseFromMilestoneAsync(String owner, String repository, String milestone, String releaseName, String targetCommitish, IList`1 assets, Boolean prerelease, String templateFilePath)
at GitReleaseManager.Core.Commands.CreateCommand.ExecuteAsync(CreateSubOptions options)
at GitReleaseManager.Cli.Program.Main(String[] args)
|
|
Official Release to NuGet.org
[FTL] Bad Issue https://github.com/Project-MONAI/monai-deploy-storage/issues/330 expected to find a single label with either breaking, feature, enhancement, bug, documentation, security, build, refactor or testing.
GitReleaseManager.Core.Exceptions.InvalidIssuesException: Bad Issue https://github.com/Project-MONAI/monai-deploy-storage/issues/330 expected to find a single label with either breaking, feature, enhancement, bug, documentation, security, build, refactor or testing.
at GitReleaseManager.Core.ReleaseNotes.ReleaseNotesBuilder.GetIssuesAsync(Milestone milestone)
at GitReleaseManager.Core.ReleaseNotes.ReleaseNotesBuilder.BuildReleaseNotesAsync(String user, String repository, String milestoneTitle, String template)
at GitReleaseManager.Core.VcsService.CreateReleaseFromMilestoneAsync(String owner, String repository, String milestone, String releaseName, String targetCommitish, IList`1 assets, Boolean prerelease, String templateFilePath)
at GitReleaseManager.Core.Commands.CreateCommand.ExecuteAsync(CreateSubOptions options)
at GitReleaseManager.Cli.Program.Main(String[] args)
|
|
unit-test:
src/S3Policy/PolicyExtensions.cs#L43
Define a constant instead of using this literal 'Allow' 8 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
|
unit-test:
src/S3Policy/PolicyExtensions.cs#L49
Define a constant instead of using this literal 's3:ListBucket' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
|
unit-test:
src/S3Policy/PolicyExtensions.cs#L30
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
|
unit-test:
src/S3Policy/PolicyExtensions.cs#L31
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
|
unit-test:
src/S3Policy/Policies/PolicyRequest.cs#L31
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
|
unit-test:
src/S3Policy/PolicyExtensions.cs#L88
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
|
unit-test:
src/S3Policy/PolicyExtensions.cs#L91
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
|
unit-test:
src/S3Policy/PolicyExtensions.cs#L152
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
|
unit-test:
src/Storage/HealthCheckRegistrationBase.cs#L22
Convert this 'abstract' class to an interface. (https://rules.sonarsource.com/csharp/RSPEC-1694)
|
|
unit-test:
src/Storage/ServiceRegistrationBase.cs#L21
Convert this 'abstract' class to an interface. (https://rules.sonarsource.com/csharp/RSPEC-1694)
|
|
unit-test:
src/S3Policy/PolicyExtensions.cs#L43
Define a constant instead of using this literal 'Allow' 8 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
|
unit-test:
src/S3Policy/PolicyExtensions.cs#L49
Define a constant instead of using this literal 's3:ListBucket' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
|
unit-test:
src/S3Policy/PolicyExtensions.cs#L30
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
|
unit-test:
src/S3Policy/PolicyExtensions.cs#L31
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
|
unit-test:
src/S3Policy/PolicyExtensions.cs#L88
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
|
unit-test:
src/S3Policy/PolicyExtensions.cs#L91
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
|
unit-test:
src/S3Policy/PolicyExtensions.cs#L152
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
|
unit-test:
src/S3Policy/Policies/PolicyRequest.cs#L31
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
|
unit-test:
src/Storage/HealthCheckRegistrationBase.cs#L22
Convert this 'abstract' class to an interface. (https://rules.sonarsource.com/csharp/RSPEC-1694)
|
|
unit-test:
src/Storage/ServiceRegistrationBase.cs#L21
Convert this 'abstract' class to an interface. (https://rules.sonarsource.com/csharp/RSPEC-1694)
|
|
analyze (csharp)
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
|
analyze (csharp)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
nuget
Expired
|
233 KB |
sha256:d44d76b25eabc738f752a789103c23e0228dd19aafabfab58e2be487e92d9258
|
|
|
plug-ins
Expired
|
2.16 MB |
sha256:c9f7c2582710bf16556681e72256a5f6cd353210598d2c6d88ce3b7009d6a90e
|
|