diff options
| author | Andrii Klymenko <a.klymenko@vyos.io> | 2026-07-07 14:56:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-07 14:56:56 +0300 |
| commit | fea24f4cd61f6769fb49fe230b286a9acb003d1a (patch) | |
| tree | b15dac96ff72fc87a73fce2fa440c4ef5b31540c /.github | |
| parent | df89ae4fce42d4467e580ba02090ac8f26df5430 (diff) | |
| parent | 0618f558c01ec6255204690db796502a7bdd6035 (diff) | |
| download | vyos-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')
| -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 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 |
