diff options
| author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2025-12-15 23:44:26 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-15 23:44:26 +0530 |
| commit | 6c6fa367118c6196a1fb01df8646269e91ac2a4f (patch) | |
| tree | 3020573eb4449aa5991b7656475b50262f828420 /.github/workflows/codeql.yml | |
| parent | 788d43574f600fda827a0d18e7fd89e783c7b5a7 (diff) | |
| parent | ff175867e27a7f20b664e0181404bc9cf1ef1826 (diff) | |
| download | vyos-1x-6c6fa367118c6196a1fb01df8646269e91ac2a4f.tar.gz vyos-1x-6c6fa367118c6196a1fb01df8646269e91ac2a4f.zip | |
Merge pull request #4900 from kumvijaya/current
T8100: Update pull_request_target branch filters for GitHub Actions policy change
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 143029c14..bc9f06f6d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,14 +2,20 @@ name: "Perform CodeQL Analysis" on: push: - branches: [ "current" ] + 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/**' |
