chore: Fix Release directory reference #19
keyfactor-bootstrap-workflow.yml
on: push
call-starter-workflow
/
...
/
Set workflow variables from integration-manifest.json
8s
call-starter-workflow
/
...
/
Grep TODO and License Headers
9s
call-starter-workflow
/
Detect Primary Language
7s
call-starter-workflow
/
Check for .goreleaser file
7s
call-starter-workflow
/
setup_platforms
6s
call-starter-workflow
/
...
/
create-github-release-workflow
4s
call-starter-workflow
/
...
/
Use private doctool action in public repository
2m 3s
call-starter-workflow
/
...
/
Configure branch protection
call-starter-workflow
/
...
/
Updating repository settings
call-starter-workflow
/
...
/
update-catalog-entry
call-starter-workflow
/
...
/
create-github-release
0s
call-starter-workflow
/
...
/
Get Release Properties
call-starter-workflow
/
...
/
setup
call-starter-workflow
/
...
/
Create PR from release branch to main
call-starter-workflow
/
...
/
dotnet-build-and-release
2m 35s
call-starter-workflow
/
...
/
Build and Possibly release maven hpi artifact
call-starter-workflow
/
...
/
run-goreleaser
Matrix: call-starter-workflow / call-container-build-and-release-workflow / Build Containers
Waiting for pending jobs
call-starter-workflow
/
...
/
merge
Annotations
20 warnings and 1 notice
|
call-starter-workflow / call-generate-readme-workflow / Use private doctool action in public repository:
GoDaddy.Tests/GoDaddyEnrollment.cs#L318
Do not use Assert.True() to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)
|
|
call-starter-workflow / call-generate-readme-workflow / Use private doctool action in public repository:
GoDaddy.Tests/GoDaddyEnrollment.cs#L317
Do not use Assert.True() to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)
|
|
call-starter-workflow / call-generate-readme-workflow / Use private doctool action in public repository:
GoDaddy.Tests/GoDaddyEnrollment.cs#L316
Do not use Assert.True() to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)
|
|
call-starter-workflow / call-generate-readme-workflow / Use private doctool action in public repository:
GoDaddy.Tests/FakeGoDaddyClient.cs#L231
Do not use Assert.NotNull() on value type 'int'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
|
call-starter-workflow / call-generate-readme-workflow / Use private doctool action in public repository:
GoDaddy.Tests/FakeGoDaddyClient.cs#L206
Do not use Assert.NotNull() on value type 'int'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
|
call-starter-workflow / call-generate-readme-workflow / Use private doctool action in public repository:
GoDaddy.Tests/FakeGoDaddyClient.cs#L182
Do not use Assert.NotNull() on value type 'int'. Remove this assert. (https://xunit.net/xunit.analyzers/rules/xUnit2002)
|
|
call-starter-workflow / call-generate-readme-workflow / Use private doctool action in public repository:
GoDaddy.Tests/GoDaddyEnrollment.cs#L237
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
call-starter-workflow / call-generate-readme-workflow / Use private doctool action in public repository:
GoDaddy.Tests/GoDaddyEnrollment.cs#L89
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
call-starter-workflow / call-generate-readme-workflow / Use private doctool action in public repository:
GoDaddy.Tests/GoDaddyEnrollment.cs#L163
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
call-starter-workflow / call-generate-readme-workflow / Use private doctool action in public repository:
GoDaddy/Client/GoDaddyClient.cs#L36
The field 'GoDaddyAuthenticator._baseUrl' is never used
|
|
call-starter-workflow / call-dotnet-build-and-release-workflow / dotnet-build-and-release:
GoDaddy.Tests/GoDaddyCAPlugin.cs#L136
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
call-starter-workflow / call-dotnet-build-and-release-workflow / dotnet-build-and-release:
GoDaddy.Tests/GoDaddyCAPlugin.cs#L97
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
call-starter-workflow / call-dotnet-build-and-release-workflow / dotnet-build-and-release:
GoDaddy.Tests/GoDaddyEnrollment.cs#L163
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
call-starter-workflow / call-dotnet-build-and-release-workflow / dotnet-build-and-release:
GoDaddy.Tests/GoDaddyEnrollment.cs#L237
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
call-starter-workflow / call-dotnet-build-and-release-workflow / dotnet-build-and-release:
GoDaddy.Tests/GoDaddyEnrollment.cs#L89
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
call-starter-workflow / call-dotnet-build-and-release-workflow / dotnet-build-and-release:
GoDaddy.Tests/GoDaddyEnrollment.cs#L315
The literal or constant value 3 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'EnrollmentBuilder_ValidParameters_ReturnSuccess' on type 'EnrollmentAbstractionTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
|
call-starter-workflow / call-dotnet-build-and-release-workflow / dotnet-build-and-release:
GoDaddy.Tests/GoDaddyEnrollment.cs#L318
Do not use Assert.True() to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)
|
|
call-starter-workflow / call-dotnet-build-and-release-workflow / dotnet-build-and-release:
GoDaddy.Tests/GoDaddyEnrollment.cs#L317
Do not use Assert.True() to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)
|
|
call-starter-workflow / call-dotnet-build-and-release-workflow / dotnet-build-and-release:
GoDaddy.Tests/GoDaddyEnrollment.cs#L316
Do not use Assert.True() to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2017)
|
|
call-starter-workflow / call-dotnet-build-and-release-workflow / dotnet-build-and-release:
GoDaddy/Client/GoDaddyClient.cs#L36
The field 'GoDaddyAuthenticator._baseUrl' is never used
|
|
call-starter-workflow / call-dotnet-build-and-release-workflow / dotnet-build-and-release
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
licenselogs
Expired
|
146 Bytes |
sha256:8677f4a30f9e500ea9e8ee095b3932c76a36d0770febfaccd222fd7525b34a5b
|
|
|
todologs
Expired
|
140 Bytes |
sha256:21aa43e59da762805e5dd9406069a216644a06976dad7bed4551118d8943fc3d
|
|