🔐 Add signing cert (exp 2045-04-29); prepare release#2
Conversation
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
There was a problem hiding this comment.
Pull request overview
This PR prepares the project for a 1.0.0 release by adding a new signing certificate (expiring April 29, 2045) and cleaning up support for end-of-life Ruby versions. The changes streamline the CI/CD pipeline by removing workflows for Ruby 2.3-3.1 and JRuby, while adjusting code coverage thresholds to more realistic targets.
Key Changes:
- Added a new signing certificate valid until 2045 for gem signing
- Removed support for EOL Ruby versions (2.3-3.1 and JRuby 9.4)
- Lowered code coverage requirements from 100% to 96% line/85% branch coverage
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| certs/pboling.pem | Adds new signing certificate (valid 2025-05-04 to 2045-04-29) |
| README.md | Updates copyright year from "2023, 2025" to "2025" only |
| CHANGELOG.md | Restructures changelog for v1.0.0 release with version comparison links |
| Appraisals | Removes appraisal configurations for Ruby 2.3-3.1 |
| .rubocop_gradual.lock | Updates hash for modified README.md |
| .github/workflows/unsupported.yml | Removes CI workflow for Ruby 2.6 & 2.7 |
| .github/workflows/main.yml | Removes basic Ruby workflow |
| .github/workflows/legacy.yml | Removes CI workflow for Ruby 3.0 & 3.1 |
| .github/workflows/jruby.yml | Removes JRuby CI workflow |
| .github/workflows/coverage.yml | Lowers coverage thresholds from 100%/100% to 96%/85% |
| .github/workflows/ancient.yml | Removes CI workflow for Ruby 2.3-2.5 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
78109e8 to
a505972
Compare
a505972 to
2d293f7
Compare
No description provided.