[Sync] Update project files from source repository (9fd8675)#315
Merged
mrz1836 merged 1 commit intoMay 29, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Syncs GitHub configuration, workflows, and supporting metadata from the upstream source repository to keep CI/CD behavior, ownership, and repo policies aligned.
Changes:
- Refactored multiple GoFortress workflows to adjust job gating/aggregation (notably coverage validation and status rollups) and to standardize workflow formatting/permissions blocks.
- Updated repo governance/config files (CODEOWNERS, SECURITY.md, yamlfmt config) and bumped tooling versions in
.github/env/. - Hardened parts of workflow scripting against script-injection patterns by routing inputs/results via
env:in aggregation steps.
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/stale-check.yml | Removes billing-related commentary from the workflow header. |
| .github/workflows/pull-request-management.yml | Updates security-model comments and adds scanner suppression annotations; minor formatting adjustments. |
| .github/workflows/fortress.yml | Updates GoFortress version metadata and strengthens the status-check rollup to account for paths-check. |
| .github/workflows/fortress-test-suite.yml | Introduces a coverage-independent validate-test-results job and re-wires coverage processing to depend on it. |
| .github/workflows/fortress-setup-config.yml | Cleans up retired-job commentary and changes coverage provider validation behavior to fail-fast. |
| .github/workflows/fortress-security-scans.yml | Routes inputs/step outputs through env: for the aggregate-failures shell logic. |
| .github/workflows/fortress-coverage.yml | Adds an explicit provider validation job and removes inline test-result validation from coverage jobs. |
| .github/workflows/fortress-completion-report.yml | Removes references to retired test-magex input/result and cleans up section header comments. |
| .github/workflows/fortress-code-quality.yml | Updates cache-stat reporting naming and routes aggregation inputs via env:. |
| .github/workflows/dependabot-auto-merge.yml | Pins checkout to the base ref for sparse env/action loading and adjusts surrounding commentary. |
| .github/workflows/auto-merge-on-approval.yml | Pins checkout ref for sparse env/action loading and adjusts trigger-gate commentary. |
| .github/SECURITY.md | Removes the explicit version support table in favor of a generalized support statement. |
| .github/env/10-pre-commit.env | Bumps the configured pre-commit tool version. |
| .github/env/10-coverage.env | Bumps the configured Go coverage tool version. |
| .github/CODEOWNERS | Updates ownership paths (notably .gitleaksignore) and removes references to removed .env.* files. |
| .github/.yamlfmt | Removes maintainer comment and adds an exclusion entry intended for an invalid-YAML fixture. |
💡 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/.yamlfmtconfiguration file.github/ci-tester/fixtures/workflow-invalid/.github/workflows/invalid.ymlwith comment indicating it contains intentionally malformed YAML used by ci-tester.github/.env.baseand.github/.env.custom, and changed.github/.gitleaks.tomlto.gitleaksignorepermissions: contents: readpositioning and formatting.github/env/directory (specific variable changes visible in coverage and pre-commit env files)Why It Was Necessary
.gitleaks.tomlto.gitleaksignoreTesting Performed
Impact / Risk