From e65e4723999787e102e535809ba0869af1dd691e Mon Sep 17 00:00:00 2001 From: "CoopCodeMod[bot]" <180420769+CoopCodeMod[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:05:07 +0000 Subject: [PATCH] chore: Make security scans less frequent --- .github/workflows/security-scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan.yaml b/.github/workflows/security-scan.yaml index 0bf1434..1230b15 100644 --- a/.github/workflows/security-scan.yaml +++ b/.github/workflows/security-scan.yaml @@ -4,7 +4,7 @@ on: push: {} pull_request: {} schedule: - - cron: '0 0 * * *' + - cron: '0 0 * * 1' jobs: supply-chain-security-validation: name: Supply Chain