Skip to content

chore: propagate changes from main into development - #1338

Merged
Wikid82 merged 7 commits into
developmentfrom
main
Sep 14, 2026
Merged

chore: propagate changes from main into development#1338
Wikid82 merged 7 commits into
developmentfrom
main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated PR to propagate changes from main into development.

Triggered by push to main.

Wikid82 and others added 6 commits September 9, 2026 07:47
… branch

The daily schedule / weekly workflow_call runs of toolchain-image.yml
checked out the default branch (main) and computed the toolchain key
from main's recipe, then compared it against main's Dockerfile pin. On
main those always match, so open-bump-pr's 'did the pin move?' check was
never true and no bot PR was opened — even though open-bump-pr targets
'base: development' and development accumulates its own Dockerfile ARG
bumps (x/net, x/crypto, ...) that shift the toolchain key independently
of main.

Result: development-side toolchain-pin drift had no automated detection
or repair path. It only surfaced when a main -> development propagation
PR ran verify-toolchain-pin against the merge recipe (e.g. #1320/#1322),
by which point the pin was already stale on the branch and no bot PR
existed to fix it.

Pin the build-toolchain, trivy-scan and open-bump-pr checkouts to
'development' on every non-pull_request trigger (schedule /
workflow_dispatch / the weekly rebuild's workflow_call). pull_request
runs keep the default merge-ref checkout. sync-pin-on-pr is unchanged
(PR-only, already checks out the PR head; still guarded off for
main/development/nightly/beta head refs).

Claude-Session: https://claude.ai/code/session_01Jz4LgwfkxaF8E7TdAgk94y
@github-advanced-security

Copy link
Copy Markdown
Contributor

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@github-actions

Copy link
Copy Markdown
Contributor Author

✅ Supply Chain Verification Results

PASSED

📦 SBOM Summary

  • Components: 1769

🔍 Vulnerability Scan

Severity Count
🔴 Critical 0
🟠 High 0
🟡 Medium 0
🟢 Low 0
Total 0

📎 Artifacts

  • SBOM (CycloneDX JSON) and Grype results available in workflow artifacts

Generated by Supply Chain Verification workflow • View Details

@codecov

codecov Bot commented Sep 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Wikid82
Wikid82 merged commit abecfd3 into development Sep 14, 2026
94 of 95 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants