Are you aware the requirement to deliver code signing certificates only on a FIPS 140 Level 2, Common Criteria EAL 4+, or equivalent tokens prohibits open source developers from singing their software?
The prices for cloud based HSM are prohibitive and having certificates on a single local USB key makes it impossible to build a transparent build pipeline for software releases.
We were able to transparently build software in GitHub Actions and code sign the releases.
This is no longer possible as we must employ a person who will download the release, sign it locally and upload the release.