Skip to content

Propagate changes from main into development#963

Merged
Wikid82 merged 3 commits into
developmentfrom
main
Apr 20, 2026
Merged

Propagate changes from main into development#963
Wikid82 merged 3 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.

actions-user and others added 2 commits April 20, 2026 16:35
fix(ci): shift GeoLite2 update to Sunday targeting development branch
@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.

@Wikid82 Wikid82 marked this pull request as ready for review April 20, 2026 21:56
Copilot AI review requested due to automatic review settings April 20, 2026 21:56
@Wikid82 Wikid82 merged commit d68001b into development Apr 20, 2026
32 of 34 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 development for 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
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 maindevelopment 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.

Suggested change
base: development

Copilot uses AI. Check for mistakes.
@github-actions
Copy link
Copy Markdown
Contributor Author

✅ Supply Chain Verification Results

PASSED

📦 SBOM Summary

  • Components: 1485

🔍 Vulnerability Scan

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

📎 Artifacts

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

Generated by Supply Chain Verification workflow • View Details

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

4 participants