From 1c8ce18c935ee6cb299567f8dae29e3bfc975771 Mon Sep 17 00:00:00 2001 From: Iwan Eising Date: Mon, 27 Jul 2026 12:12:16 -0700 Subject: [PATCH] chore: Change NVD cache refresh schedule to weekly --- .github/workflows/nvd-cache-refresh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nvd-cache-refresh.yml b/.github/workflows/nvd-cache-refresh.yml index e39d4e4..d4383a7 100644 --- a/.github/workflows/nvd-cache-refresh.yml +++ b/.github/workflows/nvd-cache-refresh.yml @@ -2,7 +2,7 @@ name: NVD Cache Refresh on: schedule: - - cron: '17 2 * * *' + - cron: '17 2 * * 1' workflow_dispatch: jobs: