summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorAndrii Klymenko <a.klymenko@vyos.io>2026-07-07 14:56:56 +0300
committerGitHub <noreply@github.com>2026-07-07 14:56:56 +0300
commitfea24f4cd61f6769fb49fe230b286a9acb003d1a (patch)
treeb15dac96ff72fc87a73fce2fa440c4ef5b31540c /.github/workflows/codeql.yml
parentdf89ae4fce42d4467e580ba02090ac8f26df5430 (diff)
parent0618f558c01ec6255204690db796502a7bdd6035 (diff)
downloadvyos-http-api-tools-fea24f4cd61f6769fb49fe230b286a9acb003d1a.tar.gz
vyos-http-api-tools-fea24f4cd61f6769fb49fe230b286a9acb003d1a.zip
Merge pull request #63 from vyos/claude/t9047-codeql-guardrolling
ci: T9047: skip CodeQL on mirror twins (Code Security not enabled on private org)
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 4020b87..2c68992 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -23,6 +23,7 @@ on:
jobs:
analyze:
name: Analyze
+ if: github.repository_owner == 'vyos'
runs-on: ubuntu-latest
permissions:
actions: read