Skip to content

More artifacts for builds (test results and SBOM)#4615

Merged
jbogard merged 4 commits intomainfrom
builds
Mar 6, 2026
Merged

More artifacts for builds (test results and SBOM)#4615
jbogard merged 4 commits intomainfrom
builds

Conversation

@jbogard
Copy link
Contributor

@jbogard jbogard commented Mar 6, 2026

No description provided.

@jbogard jbogard added this to the 16.1.1 milestone Mar 6, 2026
@jbogard jbogard requested a review from Copilot March 6, 2026 20:11
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds two new artifact capabilities to both the CI and Release workflows: publishing .trx test results as GitHub Check annotations using dorny/test-reporter, and (release workflow only) generating a Software Bill of Materials (SBOM) using Microsoft's sbom-tool. The checks: write permission is added to both workflows to support the test reporter.

Changes:

  • Add checks: write permission to both ci.yml and release.yml to allow the test reporter to post Check annotations.
  • Add a "Report Test Results" step (using dorny/test-reporter@v1) after the build-and-test step in all four jobs (Linux and Windows, CI and Release).
  • Add a "Generate SBOM" step in the release.yml Windows job, using Microsoft's sbom-tool.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 7 comments.

File Description
.github/workflows/ci.yml Adds checks: write permission and two "Report Test Results" steps for Linux and Windows jobs
.github/workflows/release.yml Adds checks: write permission, two "Report Test Results" steps, and a "Generate SBOM" step in the Windows release job

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

jbogard and others added 2 commits March 6, 2026 14:19
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@jbogard jbogard merged commit c343d02 into main Mar 6, 2026
8 checks passed
@jbogard jbogard deleted the builds branch March 6, 2026 20:32
This was referenced Mar 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants