Conversation
There was a problem hiding this comment.
Pull request overview
Sync update bringing CI tooling/config in line with upstream, primarily via pinned-version bumps and incremental workflow enhancements (improved failure context reporting and optional PAT support), plus new Guardian CI framework configuration defaults.
Changes:
- Bump pinned tool/action versions (MAGE-X, Nancy, go-pre-commit, CodeQL action).
- Enhance GoFortress reusable workflows to accept an optional GH PAT and to pass richer failure context into the cancellation action.
- Update caching behavior in the Go setup composite action to use
actions/cache@v4directly and extend.envconfiguration with Guardian CI settings (disabled by default).
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/scorecard.yml | Bumps pinned github/codeql-action/upload-sarif digest/version. |
| .github/workflows/fortress.yml | Updates GoFortress header version/release date comment. |
| .github/workflows/fortress-test-suite.yml | Adds optional GH_PAT_TOKEN secret and forwards it for downstream workflow GitHub API usage. |
| .github/workflows/fortress-test-matrix.yml | Passes detailed failure context into the cancellation action on failure. |
| .github/workflows/fortress-test-fuzz.yml | Passes detailed failure context into the cancellation action on failure. |
| .github/workflows/fortress-security-scans.yml | Passes detailed failure context into the cancellation action for Nancy/govulncheck/gitleaks failures. |
| .github/workflows/fortress-pre-commit.yml | Passes detailed failure context into the cancellation action on failure. |
| .github/workflows/fortress-coverage.yml | Adds optional GH_PAT_TOKEN secret and uses it (fallback to GITHUB_TOKEN) for GitHub API interactions. |
| .github/workflows/fortress-code-quality.yml | Passes detailed failure context into the cancellation action across code-quality jobs. |
| .github/workflows/codeql-analysis.yml | Bumps pinned CodeQL action digests/versions (init/autobuild/analyze). |
| .github/actions/setup-go-with-cache/action.yml | Switches cache steps to actions/cache@v4 (restore+save) and renames steps accordingly. |
| .github/actions/cancel-workflow-on-failure/action.yml | Adds optional failure-context inputs and expands job summary output. |
| .github/.env.base | Bumps tool versions and adds Guardian CI framework configuration (disabled by default). |
💡 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
MAGE_X_VERSIONfromv1.18.6tov1.18.7MAGE_X_NANCY_VERSIONfromv1.0.52tov1.2.0NANCY_VERSIONfromv1.0.52tov1.2.0GO_PRE_COMMIT_VERSIONfromv1.5.1tov1.5.2ENABLE_CI_GUARDIAN=false) and tool version definitions (GUARDIAN_ACT_VERSION=v0.2.84,GUARDIAN_ACTIONLINT_VERSION=v1.7.10,GUARDIAN_GO_SARIF_VERSION=v3.3.0)Why It Was Necessary
Testing Performed
.github/.env.baseconfiguration file syntax is validImpact / Risk
ENABLE_CI_GUARDIAN=false)