[Sync] Update project files from source repository (6f88bfd) - #135
Merged
mrz1836 merged 1 commit intoJun 7, 2026
Merged
Conversation
|
There was a problem hiding this comment.
Pull request overview
This PR syncs GitHub Actions workflow files from the upstream source repository, primarily updating pinned action SHAs to newer releases to keep CI/security tooling current.
Changes:
- Bumped
github/codeql-actionpins from v4.36.1 to v4.36.2 in CodeQL and Scorecard workflows. - Upgraded
codecov/codecov-actionfrom v6.0.1 to v7.0.0 for coverage uploads. - Hardened fork PR labeling logic in
pull-request-management.ymlto avoid attempting to apply empty labels (422 guard).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/codeql-analysis.yml | Updates CodeQL action pins to v4.36.2. |
| .github/workflows/scorecard.yml | Updates SARIF upload action pin to v4.36.2. |
| .github/workflows/fortress-coverage.yml | Upgrades Codecov action to v7.0.0 (pinned SHA). |
| .github/workflows/pull-request-management.yml | Improves robustness of fork/triage label application and normalizes jq default quoting. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
2491
to
+2495
| # NOTE: codecov/codecov-action@v5.5.3 is the latest release and still uses Node.js 20. | ||
| # This will trigger a "Node.js 20 actions are deprecated" warning until Codecov | ||
| # releases a new version with Node.js 24 support. Expected and harmless for now. | ||
| - name: 📈 Upload coverage to Codecov | ||
| uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 | ||
| uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 |
Member
Author
|
LGTM! |
github-actions
Bot
deleted the
chore/sync-files-bsv-blockchain-template-20260607-162532-6f88bfd
branch
June 7, 2026 20:30
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/workflows/codeql-analysis.ymlfrom commit87557b9c84dde89fdd9b10e88954ac2f4248e463(v4.36.1) to8aad20d150bbac5944a9f9d289da16a4b0d87c1e(v4.36.2) across three steps: Initialize CodeQL, Autobuild, and Perform CodeQL Analysis.github/workflows/scorecard.ymlfrom commit87557b9c84dde89fdd9b10e88954ac2f4248e463(v4.36.1) to8aad20d150bbac5944a9f9d289da16a4b0d87c1e(v4.36.2) for the upload-sarif step.github/workflows/fortress-coverage.ymlfrom commite79a6962e0d4c0c17b229090214935d2e33f8354(v6.0.1) tofb8b3582c8e4def4969c97caa2f19720cb33a72f(v7.0.0).github/workflows/pull-request-management.ymlwith changes to content at line 776 (specific changes truncated in diff)Why It Was Necessary
Testing Performed
Impact / Risk