From efc2fc066db32c5074f7c47d0a4beceade4e42a9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 7 Nov 2025 13:33:54 +0000 Subject: [PATCH] [Product Security] Adding CodeQL Workflow --- .github/workflows/codeql.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 286b1abb..a54d49c3 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -2,6 +2,9 @@ name: "CodeQL public repository scanning" on: push: + branches: + - main + - master schedule: - cron: "0 0 * * *" pull_request_target: