From 16834780c5761c0245abf95f4f08ea969976ad3c Mon Sep 17 00:00:00 2001 From: "Mr. Z" Date: Wed, 10 Dec 2025 09:33:40 -0500 Subject: [PATCH] sync: update 2 files from source repository --- .github/.env.base | 2 +- .github/workflows/fortress-coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/.env.base b/.github/.env.base index c841d15..ac9e238 100644 --- a/.github/.env.base +++ b/.github/.env.base @@ -244,7 +244,7 @@ REDIS_CACHE_FORCE_PULL=false # Force pull Redis images even when cache # 🪄 MAGE-X CONFIGURATION # ================================================================================================ -MAGE_X_VERSION=v1.8.11 # https://github.com/mrz1836/mage-x/releases +MAGE_X_VERSION=v1.8.13 # https://github.com/mrz1836/mage-x/releases MAGE_X_USE_LOCAL=false # Use local version for development MAGE_X_AUTO_DISCOVER_BUILD_TAGS=true # Enable auto-discovery of build tags MAGE_X_AUTO_DISCOVER_BUILD_TAGS_EXCLUDE=race,custom # Comma-separated list of tags to exclude diff --git a/.github/workflows/fortress-coverage.yml b/.github/workflows/fortress-coverage.yml index 561ed93..0d32524 100644 --- a/.github/workflows/fortress-coverage.yml +++ b/.github/workflows/fortress-coverage.yml @@ -2399,7 +2399,7 @@ jobs: # Upload to Codecov # -------------------------------------------------------------------- - name: 📈 Upload coverage to Codecov - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 with: #file: ./coverage.txt # This is the old format files: ./coverage-artifacts/coverage-data/coverage.txt