From a83296cea6a7c9ec465cf4fea9c8a86d301e4019 Mon Sep 17 00:00:00 2001 From: Sebastian Zubrinic Date: Wed, 18 Sep 2024 15:32:48 -0300 Subject: [PATCH] Update codeql.yml (#204) temporal change to force scan on specific branch --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d8e7f1e13..bd5604401 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -4,7 +4,7 @@ on: push: branches: [ "main" ] pull_request: - branches: [ "main", "CU-*", "SRU*" ] + branches: [ "CU-86b14j4e0_SRU2024_check-code-security-reports-at-GitHub-for-all-repos", "main", "CU-*", "SRU*" ] schedule: - cron: "59 12 * * 2"