From c335bc6ce77a623298c5f005c693d36c8aa7ae27 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 3 Feb 2024 18:53:35 +0800 Subject: [PATCH] build(security): stop scheduled scanning --- .github/workflows/codeql.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7abcfb1..1745fcf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -5,8 +5,6 @@ on: paths: ["_javascript/**.js"] pull_request: paths: ["_javascript/**.js"] - schedule: - - cron: "0 0 * * 5" jobs: analyze: