Update SECURITY.md (#2822)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-11-19 11:38:36 +02:00
committed by GitHub
parent 018a18850c
commit 4846587aee
2 changed files with 19 additions and 8 deletions

View File

@@ -4,8 +4,8 @@ on:
# enable running the workflow manually
workflow_dispatch:
schedule:
# run every night at 2:00 AM (UTC)
- cron: '0 2 * * *'
# run every Monday at 2:00 AM (UTC), 429 when querying ClearlyDefined too frequently
- cron: '0 2 * * 1'
permissions:
contents: write