diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-12-27 12:50:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-27 12:50:49 +0100 |
| commit | 0dc2973568be1a05f55862325f4a3d972bb2915b (patch) | |
| tree | cd25554924530965f96f31589f90a0c9066c6a95 /.github/workflows/codeql.yml | |
| parent | 2176d407f6847133190c7eaf1908caecacec4cca (diff) | |
| parent | 83372607ce01842cec1ccacd6e0521f640408623 (diff) | |
| download | vyos-build-0dc2973568be1a05f55862325f4a3d972bb2915b.tar.gz vyos-build-0dc2973568be1a05f55862325f4a3d972bb2915b.zip | |
Merge pull request #1087 from kumvijaya/current
T8100: updated workflows for pull_request_target policy updates
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 19 |
1 files changed, 16 insertions, 3 deletions
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 |
