Propagate changes from main into development#963
Conversation
Co-authored-by: Copilot <copilot@github.com>
fix(ci): shift GeoLite2 update to Sunday targeting development branch
|
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:
For more information about GitHub Code Scanning, check out the documentation. |
There was a problem hiding this comment.
Pull request overview
This automated propagation PR brings workflow updates from main into development, specifically adjusting the GeoLite2 checksum update workflow scheduling and its generated messaging.
Changes:
- Move the scheduled GeoLite2 checksum check from Mondays to Sundays (02:00 UTC).
- Update workflow-generated PR/issue text to reflect the new Sunday schedule.
- Set the PR base branch to
developmentfor the checksum update PRs.
| **Auto-generated by:** `.github/workflows/update-geolite2.yml` | ||
| **Trigger:** Scheduled weekly check (Mondays 2 AM UTC) | ||
| - **Trigger:** Scheduled weekly check (Sundays 2 AM UTC) | ||
| base: development |
There was a problem hiding this comment.
base: development is set for create-pull-request, but the workflow checks out the default ref (for schedule, GitHub runs on the default branch). If the default branch is main, the PR branch will be created from main and then opened against development, potentially producing a large PR containing all main→development differences (not just the checksum update). To keep the PR scoped, either check out development explicitly (e.g., set actions/checkout ref: development) when using base: development, or remove base so the PR targets the checked-out branch.
| base: development |
✅ Supply Chain Verification Results✅ PASSED 📦 SBOM Summary
🔍 Vulnerability Scan
📎 Artifacts
Generated by Supply Chain Verification workflow • View Details |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Automated PR to propagate changes from main into development.
Triggered by push to main.