[Sync] Update project files from source repository (3a1151a) - #195
Merged
mrz1836 merged 1 commit intoAug 24, 2026
Merged
Conversation
Owner
Author
|
LGTM! |
github-actions
Bot
deleted the
chore/sync-files-go-whatsonchain-20260824-164713-3a1151a
branch
August 24, 2026 17:14
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/actions/setup-benchstat/action.ymlto strip CR/LF characters fromBENCHSTAT_VERSION,BENCHSTAT_VERSION_LATEST,BENCHSTAT_LATEST_MIN_GO, andGO_VERSIONvariables to prevent output-injection attacks.github/actions/setup-benchstat/action.ymlto reject Go versions withMAJOR < 1(both for minimum Go version and runtime Go version) to prevent malformed inputsummary_is_corruptfunction checks in.github/actions/validate-test-results/action.ymlto detect and handle unparseable JSON summaries in three locations (validation loop, aggregation loop, and summary generation)GO_PRE_COMMIT_VERSIONfromv1.10.0tov1.10.1in.github/env/10-pre-commit.envMAGE_X_GORELEASER_VERSIONfromv2.17.1tov2.18.0in.github/env/10-mage-x.env.github/scripts/test-result-helpers.shwith additional safety guards: addedsummary_is_corruptfunction, addedreturn 0statements to helpers, and added default empty-string fallbacks in variable assignments.github/workflows/fortress-security-scans.yml,.github/workflows/codeql-analysis.yml,.github/workflows/fortress-test-matrix.yml, and.github/workflows/scorecard.ymlWhy It Was Necessary
$GITHUB_OUTPUTTesting Performed
0.xversions to confirm rejection of invalid Go versionsImpact / Risk