From 83372607ce01842cec1ccacd6e0521f640408623 Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Sat, 27 Dec 2025 11:46:53 +0530 Subject: T8100: updated workflows for pull_request_target policy updates --- .github/workflows/codeql.yml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to '.github/workflows/codeql.yml') diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6c70c803..bc9f06f6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,13 +2,26 @@ name: "Perform CodeQL Analysis" on: push: - branches: [ "current", "sagitta", "equuleus" ] + branches: + - current + - circinus + - sagitta + paths: + - '**' + - '!.github/**' + - '!**/*.md' pull_request: # The branches below must be a subset of the branches above - branches: [ "current" ] + branches: + - current + - circinus + - sagitta + paths: + - '**' + - '!.github/**' + - '!**/*.md' schedule: - cron: '22 10 * * 0' - workflow_dispatch: permissions: actions: read -- cgit v1.2.3