From b4b090d3d961894786a44dc9f6733cfabc11ca5a Mon Sep 17 00:00:00 2001 From: "fishbrain-terraform[bot]" <146337244+fishbrain-terraform[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:01:36 +0000 Subject: [PATCH] Automated: Add Semgrep github action --- .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 7c3b148..f353607 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -5,7 +5,7 @@ name: Semgrep on: pull_request: {} schedule: - - cron: '0 2 * * 5' # Once a week at 2am. + - cron: '0 2 * * 4' # Once a week at 2am. jobs: semgrep: