From 491d33b05004263298d3f33941cae12ac19fb1ae Mon Sep 17 00:00:00 2001 From: ematipico Date: Wed, 15 Apr 2026 12:28:57 +0100 Subject: [PATCH] ci: cron job semgrep --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index c34308602e4f..14f55822a9b4 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -2,7 +2,7 @@ name: Semgrep OSS scan on: pull_request: {} schedule: - - cron: '0 0 * * *' + - cron: '0 0 * * 6' jobs: semgrep: name: semgrep-oss