diff options
author | Yuriy Andamasov <yuriy@sentrium.io> | 2022-11-09 16:46:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-09 16:46:21 +0100 |
commit | 489ceaca304e59d2b28cd85699f0dfd29587beb5 (patch) | |
tree | ecfa8861856634723e7ba94987d4959a72c7e56b /.github | |
parent | cd841214020e8905c7cc8ebf55fbe1f3c6d23823 (diff) | |
download | vyos-1x-489ceaca304e59d2b28cd85699f0dfd29587beb5.tar.gz vyos-1x-489ceaca304e59d2b28cd85699f0dfd29587beb5.zip |
Remove cpp scan
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7fe53a0cc..c39800ac8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'cpp', 'python' ] + language: [ 'python' ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support |