Conversation
There was a problem hiding this comment.
Pull request overview
Sync update of the GoFortress GitHub Actions workflows to improve CI reporting visibility (prominent overall status banner, more compact/collapsible summaries) and to refresh some pinned action versions.
Changes:
- Refactors configuration and completion reports to surface an overall status/overview first and move details into collapsible sections.
- Adds GitHub
::errorannotations for better failure visibility in Actions UI (tests, pre-commit, release, benchmarks). - Updates pinned
actions/cachereferences from v5.0.2 to v5.0.3 in multiple workflows.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/fortress.yml |
Bumps the GoFortress workflow header version/release date. |
.github/workflows/fortress-test-matrix.yml |
Emits an ::error annotation when a matrix test run fails. |
.github/workflows/fortress-setup-config.yml |
Reworks the CI configuration step summary into a compact overview + collapsible details. |
.github/workflows/fortress-security-scans.yml |
Updates pinned actions/cache SHA to v5.0.3. |
.github/workflows/fortress-release.yml |
Updates cache action pin and adds ::error annotations for release validation/execution failures. |
.github/workflows/fortress-pre-commit.yml |
Updates cache action pins and adds an ::error annotation when checks fail. |
.github/workflows/fortress-coverage.yml |
Updates pinned actions/cache SHA to v5.0.3. |
.github/workflows/fortress-completion-finalize.yml |
Adds workflow-level failure detection and a top-of-report status section; restructures report into collapsible sections. |
.github/workflows/fortress-code-quality.yml |
Updates pinned actions/cache SHA to v5.0.3. |
.github/workflows/fortress-benchmarks.yml |
Improves benchmark failure annotation messaging. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Changed
.github/workflows/fortress-completion-finalize.ymlto display a prominent status banner at the top of the reportWhy It Was Necessary
Testing Performed
Impact / Risk