Skip to content

v0.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Oct 13:56
· 4 commits to master since this release
Immutable release. Only release title and notes can be modified.
0f6435c

⚡ Performance

  • Eliminate file path collection for memory efficiency

🐛 Bug Fixes

  • Correct cosign OIDC issuer for GitHub Actions
  • Fix coverage job permissions and harden release identity verification
  • Address 3 high-priority workflow issues from security review

📚 Documentation

  • Add comprehensive workflow diagrams to CI analysis
  • Add resolution report for cosign OIDC issuer fix
  • Add analysis of certificate identity mismatch issue
  • Add analysis disproving coverage filename mismatch claim
  • Complete analysis of remaining expert findings
  • Document analysis of expert minor findings
  • Docs(reports), docs(claude): Reorganize reports with new numbering scheme
  • Update analysis report with implementation status
  • Create workflow implementation status report
  • Add comprehensive release-plz analysis report
  • Add comprehensive contribution and release documentation
  • Reorganize and renumber analysis reports
  • Document misc type in changelog categories

🔐 Security

  • Implement 4 critical medium-priority workflow improvements
  • Complete all low-priority workflow optimizations

🔨 Refactor

  • Improve arg validation and debug mode handling

🧪 Testing

  • Add comprehensive unit tests to improve coverage

🧹 Miscellaneous