diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index aab031a..a53051c 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -5,7 +5,7 @@ name: Semgrep on: pull_request: {} schedule: - - cron: '0 2 * * 0' # Once a week at 2am. + - cron: '0 2 * * 6' # Once a week at 2am. jobs: semgrep: