[Sync] Update project files from source repository (4d9ec28) - #141
Merged
mrz1836 merged 1 commit intoJul 8, 2026
Merged
Conversation
|
There was a problem hiding this comment.
Pull request overview
This PR syncs GitHub Actions and CI environment configuration updates from the source repository, primarily bumping pinned action SHAs/versions and adjusting CI/release workflow behavior.
Changes:
- Bumped
actions/cache(andcache/restore+cache/save) to the pinned SHA for v6.1.0 across multiple composite actions/workflows. - Updated CI tool/version environment values (e.g., GoReleaser version, Govulncheck Go version).
- Adjusted the release workflow checkout step to set
persist-credentials: false.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/fortress-release.yml | Tweaks release workflow checkout behavior (persisted credentials) and includes cache action bump usage within the workflow. |
| .github/env/load-env.sh | Updates script header metadata (author). |
| .github/env/10-mage-x.env | Updates tool version (GoReleaser) in CI env configuration. |
| .github/env/00-core.env | Updates Govulncheck Go version in core CI env configuration. |
| .github/actions/warm-cache/action.yml | Updates cache save action SHA pins for Go build/module caches. |
| .github/actions/setup-magex/action.yml | Updates cache action SHA pins for magex caching. |
| .github/actions/setup-mage/action.yml | Updates cache action SHA pin for mage caching. |
| .github/actions/setup-goreleaser/action.yml | Updates cache action SHA pin and bumps goreleaser-action pin. |
| .github/actions/setup-go-with-cache/action.yml | Updates cache action SHA pins and bumps setup-go action pin. |
| .github/actions/setup-benchstat/action.yml | Updates cache action SHA pin for benchstat caching. |
| .github/actions/cache-redis-image/action.yml | Updates cache restore/save action SHA pins for Redis image caching. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
github-actions
Bot
deleted the
chore/sync-files-bsv-blockchain-template-20260708-113247-4d9ec28
branch
July 8, 2026 15:42
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
actions/cache,actions/cache/restore, andactions/cache/savefrom commit27d5ce7f107fe9357f9df03efb73ab90386fccae(v5.0.5) to commit55cc8345863c7cc4c66a329aec7e433d2d1c52a9(v6.1.0) across multiple GitHub Actions workflow filesv1.12.1tov1.12.2in.github/env/10-mage-x.envload-env.shscript to add10-mage-x.envto the list of environment files being loadedpermissions: contents: readto thefortress-release.ymlworkflow fileWhy It Was Necessary
Testing Performed
Impact / Risk