From 5a75b97586ec93f8df2f786d29a0d53cc1e981c2 Mon Sep 17 00:00:00 2001 From: Paul Cretu Date: Mon, 5 Aug 2024 13:48:59 -0700 Subject: [PATCH] Update codeql config (#570) --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 560872a5..a1e11bcf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,7 @@ on: # The branches below must be a subset of the branches above branches: ["main"] schedule: - - cron: "0 0 * * 1" + - cron: "27 6 * * 3" permissions: contents: read @@ -35,7 +35,7 @@ jobs: strategy: fail-fast: false matrix: - language: ["javascript", "typescript"] + language: ["javascript-typescript"] # CodeQL supports [ $supported-codeql-languages ] # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support