chore: Fix Actions failure #17
keyfactor-bootstrap-workflow.yml
on: push
call-starter-workflow
/
...
/
Set workflow variables from integration-manifest.json
6s
call-starter-workflow
/
...
/
Grep TODO and License Headers
5s
call-starter-workflow
/
Detect Primary Language
5s
call-starter-workflow
/
Check for .goreleaser file
5s
call-starter-workflow
/
setup_platforms
4s
call-starter-workflow
/
...
/
create-github-release-workflow
5s
call-starter-workflow
/
...
/
Use private doctool action in public repository
2m 7s
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 27s
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/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#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/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#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#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#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:ebc62c7e5ab6adea856187c5e6591781a839497a491f0925ed2933ffa13d2f5d
|
|
|
todologs
Expired
|
140 Bytes |
sha256:ba702500879182747ee5f1be076e89142a506aa78aeecc6ed81fd09bf87a938e
|
|