From 2123fbca77c7a03a55bfae64af5c42d3e5c22399 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 20 Apr 2026 16:35:02 +0000 Subject: [PATCH] fix(ci): shift GeoLite2 update to Sunday targeting development branch Co-authored-by: Copilot --- .github/workflows/update-geolite2.yml | 7 ++++--- .gitignore | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-geolite2.yml b/.github/workflows/update-geolite2.yml index 3e45c7fb..679b08c8 100644 --- a/.github/workflows/update-geolite2.yml +++ b/.github/workflows/update-geolite2.yml @@ -2,7 +2,7 @@ name: Update GeoLite2 Checksum on: schedule: - - cron: '0 2 * * 1' # Weekly on Mondays at 2 AM UTC + - cron: '0 2 * * 0' # Weekly on Sundays at 2 AM UTC workflow_dispatch: permissions: @@ -141,7 +141,8 @@ jobs: --- **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 branch: bot/update-geolite2-checksum delete-branch: true commit-message: | @@ -182,7 +183,7 @@ jobs: ### Workflow Details - **Run URL:** ${runUrl} - - **Triggered:** ${context.eventName === 'schedule' ? 'Scheduled (weekly)' : 'Manual dispatch'} + - **Triggered:** ${context.eventName === 'schedule' ? 'Scheduled (weekly, Sundays)' : 'Manual dispatch'} - **Timestamp:** ${new Date().toISOString()} ### Required Actions diff --git a/.gitignore b/.gitignore index 7b2f0a3b..fadfc82a 100644 --- a/.gitignore +++ b/.gitignore @@ -316,3 +316,6 @@ docs/reports/codecove_patch_report.md vuln-results.json test_output.txt coverage_results.txt +new-results.json +.gitignore +final-results.json