fix(workflow): timezone change

This commit is contained in:
2025-10-04 15:15:36 -04:00
parent 9bcd8d01c8
commit 8b2d0c8fd8

View File

@@ -2,7 +2,7 @@ name: Update Vulnerability Summary
on: on:
schedule: schedule:
- cron: "15 4 * * *" # runs daily at 04:15 EST - cron: "15 9 * * *" # runs daily at 09:15 UTC
workflow_dispatch: # allow manual trigger workflow_dispatch: # allow manual trigger
jobs: jobs: