[Sync] Update project files from source repository (c939592) - #190
Merged
mrz1836 merged 1 commit intoAug 13, 2026
Merged
Conversation
Owner
Author
|
LGTM! |
github-actions
Bot
deleted the
chore/sync-files-go-whatsonchain-20260813-131705-c939592
branch
August 13, 2026 13:37
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/labels.ymlto use ASCII hyphens and<=instead of Unicode en-dashes (–) and less-than-or-equal (≤) symbols for size/* labels (XS, S, M, L ranges).github/actions/setup-benchstat/action.ymlby routingbenchstat-versioninput through an environment variable (BENCHSTAT_VERSION) instead of direct string interpolation.github/actions/setup-mage/action.ymlby routingmage-versioninput through an environment variable (MAGE_VERSION) instead of direct string interpolation.github/actions/parse-env/action.ymlwith secure credential handling, adding secret masking for GitHub tokens and improved validation logic with explicit secret injection patterns.github/actions/configure-redis/action.ymlto use environment variable (REDIS_PASSWORD) for password handling instead of direct interpolation.github/actions/download-artifact-resilient/action.ymlto route artifact name through environment variable (ARTIFACT_NAME_VALUE).github/actions/validate-test-results/action.ymlwith environment variable routing forresults-pathandjunit-pathinputs.github/actions/warm-redis-cache/action.ymland.github/actions/warm-cache/action.ymlwith environment variable routing for cache keys and module directories.github/env/00-core.envchangingMAGE_X_VERSIONfromv1.12.1tov1.12.2permissions: contents: readdeclarations to multiple workflow files (fortress-benchmarks, fortress-completion-report, fortress-pre-commit, fortress-coverage, fortress-release, fortress-test-matrix, fortress-setup-config, fortress-test-suite, fortress-warm-cache, fortress.yml).github/workflows/stale-check.ymlto useactions/stale@v9with simplified configuration.github/workflows/sync-labels.ymlto usemicnncim/action-label-syncer@v1with simplified configuration and GITHUB_TOKEN routing through environment variableWhy It Was Necessary
${{ }}), addressing SonarCloud security rule S8545 and following GitHub Actions security best practicespermissions: contents: readdeclarations follow the principle of least privilege, ensuring workflows only have minimum required access and improving overall security postureTesting Performed
Impact / Risk