From a0c1385710fb8e5d4f6a2b797fa226b04a2dedf1 Mon Sep 17 00:00:00 2001 From: "CoopCodeMod[bot]" <180420769+CoopCodeMod[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:24:47 +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