[Sync] Update project files from source repository (58a7526)#100
Merged
mrz1836 merged 1 commit intoJun 1, 2026
Merged
Conversation
|
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
.dockerignoreto include!dist/linux-amd64/and!dist/linux-arm64/directories alongside the existing!dist/linux/exception.github/.yamlfmtconfiguration to remove maintainer comment and add exclusion for.github/ci-tester/fixtures/workflow-invalid/.github/workflows/invalid.ymltest fixture.github/CODEOWNERSto remove entries for.github/.env.baseand.github/.env.custom, and changed.github/.gitleaks.tomlreference to.gitleaksignoreMAGE_X_VERSIONfromv1.12.1tov1.12.2across multiple workflow files and GitHub Actions (fortress-completion-finalize.yml, fortress-completion-statistics.yml, fortress-completion-tests.yml, fortress-test-magex.yml, fortress-test-validation.yml, pull-request-management-fork.yml, load-env action, setup-goreleaser action, setup-magex action, validate-test-results action)permissions: contents: readto fortress-completion-report.yml, fortress-pre-commit.yml, and fortress-coverage.yml workflowspermissions: contents: readsecurity hardening to multiple workflow files (auto-merge-on-approval.yml, codeql-analysis.yml, fortress-security-scans.yml, fortress-benchmarks.yml, fortress-code-quality.yml, dependabot-auto-merge.yml, fortress-test-fuzz.yml, fortress-test-matrix.yml, fortress-setup-config.yml, fortress-warm-cache.yml, fortress-test-suite.yml, fortress.yml, scorecard.yml, pull-request-management.yml, stale-check.yml, sync-labels.yml)Why It Was Necessary
permissions: contents: readto workflows implements security best practices by using least-privilege principle for GitHub ActionsTesting Performed
Impact / Risk