[Sync] Update project files from source repository (1d213f1) - #137
Merged
mrz1836 merged 1 commit intoJun 23, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR syncs CI configuration from the upstream template by upgrading all GitHub Actions workflow/composite-action checkouts to actions/checkout v7 (pinned by commit SHA) to keep the automation stack current and consistent across the repository.
Changes:
- Updated all
actions/checkoutinvocations from v6.0.3 (pinned SHA) to v7.0.0 (pinned SHA). - Applied the same checkout pin update inside the
warm-cachecomposite action. - Preserved existing checkout configuration (
persist-credentials,fetch-depth, tokens, sparse checkout settings).
Reviewed changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/actions/warm-cache/action.yml | Bumps pinned actions/checkout SHA to v7.0.0 within the warm-cache composite action. |
| .github/workflows/auto-merge-on-approval.yml | Bumps pinned actions/checkout SHA to v7.0.0. |
| .github/workflows/codeql-analysis.yml | Bumps pinned actions/checkout SHA to v7.0.0 for CodeQL workflow. |
| .github/workflows/dependabot-auto-merge.yml | Bumps pinned actions/checkout SHA to v7.0.0. |
| .github/workflows/fortress-benchmarks.yml | Bumps pinned actions/checkout SHA to v7.0.0. |
| .github/workflows/fortress-code-quality.yml | Bumps pinned actions/checkout SHA(s) to v7.0.0. |
| .github/workflows/fortress-completion-report.yml | Bumps pinned actions/checkout SHA to v7.0.0. |
| .github/workflows/fortress-coverage.yml | Bumps pinned actions/checkout SHA(s) to v7.0.0. |
| .github/workflows/fortress-pre-commit.yml | Bumps pinned actions/checkout SHA to v7.0.0. |
| .github/workflows/fortress-release.yml | Bumps pinned actions/checkout SHA to v7.0.0. |
| .github/workflows/fortress-security-scans.yml | Bumps pinned actions/checkout SHA to v7.0.0. |
| .github/workflows/fortress-setup-config.yml | Bumps pinned actions/checkout SHA(s) to v7.0.0. |
| .github/workflows/fortress-test-fuzz.yml | Bumps pinned actions/checkout SHA to v7.0.0. |
| .github/workflows/fortress-test-matrix.yml | Bumps pinned actions/checkout SHA to v7.0.0. |
| .github/workflows/fortress-test-suite.yml | Bumps pinned actions/checkout SHA to v7.0.0. |
| .github/workflows/fortress-warm-cache.yml | Bumps pinned actions/checkout SHA(s) to v7.0.0. |
| .github/workflows/pull-request-management.yml | Bumps pinned actions/checkout SHA(s) to v7.0.0 for security-critical base-ref checkouts. |
| .github/workflows/scorecard.yml | Bumps pinned actions/checkout SHA to v7.0.0 for Scorecard workflow. |
| .github/workflows/stale-check.yml | Bumps pinned actions/checkout SHA to v7.0.0. |
| .github/workflows/sync-labels.yml | Bumps pinned actions/checkout SHA(s) to v7.0.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # sonarcloud:S7631 — false positive: base-ref sparse checkout only (see NOSONAR below) | ||
| - name: 📥 Checkout base repo (sparse) | ||
| uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.2 — NOSONAR(S7631): base-ref sparse checkout only; PR head is never checked out or executed | ||
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.2 — NOSONAR(S7631): base-ref sparse checkout only; PR head is never checked out or executed |
| # sonarcloud:S7631 — false positive: base-ref sparse checkout only (see NOSONAR below) | ||
| - name: 📥 Checkout base repo (sparse) | ||
| uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.2 — NOSONAR(S7631): base-ref sparse checkout only; PR head is never checked out or executed | ||
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.2 — NOSONAR(S7631): base-ref sparse checkout only; PR head is never checked out or executed |
Member
Author
|
LGTM! |
github-actions
Bot
deleted the
chore/sync-files-bsv-blockchain-template-20260623-091947-1d213f1
branch
June 23, 2026 13:41
|
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/checkoutaction from commitdf4cb1c069e1874edd31b4311f1884172cec0e10(v6.0.3) to commit9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0(v7.0.0) across all GitHub Actions workflows and composite actionsWhy It Was Necessary
actions/checkoutensures access to the newest features, performance improvements, and bug fixesTesting Performed
Impact / Risk