diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-03 18:45:42 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-03 18:45:42 +0300 |
| commit | 0c35db37c1763d511f13de966310f9d773fb5b1e (patch) | |
| tree | 6a69ee888dcc096d25b9e9872cb9869c6de91b14 | |
| parent | 6fdb7c5720ae5e8ded0f0ae5a8a175e98c96b512 (diff) | |
| download | vyatta-cfg-system-claude/t9047-codeql-guard.tar.gz vyatta-cfg-system-claude/t9047-codeql-guard.zip | |
ci: T9047: skip CodeQL on mirror twins (Code Security not enabled on private org)claude/t9047-codeql-guard
| -rw-r--r-- | .github/workflows/codeql.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 19398752..d96bdaf1 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 |
