From d8ea959659c491317feb41b8770560e93a63f3e5 Mon Sep 17 00:00:00 2001 From: Gitika <53349492+notgitika@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:03:57 -0500 Subject: [PATCH] Add pull_request_target trigger to CodeQL workflow --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 53b1625a..5eee5e90 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -5,6 +5,8 @@ on: branches: ['main'] pull_request: branches: ['main'] + pull_request_target: + branches: ['main'] # Cancel in-progress runs when a new commit is pushed concurrency: