summaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-10-01 17:10:29 +0200
committerGravatar Nikias Bassen2020-10-01 17:10:29 +0200
commit66fef8c7c480888a0650342138ffce31ffcb882a (patch)
tree79f076e71c0c9be9921c390ee7d41a7cc791d354 /.github/workflows/codeql-analysis.yml
parentbf5aeec5005f93f3e5094a0c7df1e63ddf772196 (diff)
downloadlibplist-66fef8c7c480888a0650342138ffce31ffcb882a.tar.gz
libplist-66fef8c7c480888a0650342138ffce31ffcb882a.tar.bz2
[github-actions] Remove python from languages for codeql-analysis
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index d5fa9d8..0ce553c 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -24,7 +24,7 @@ jobs:
24 matrix: 24 matrix:
25 # Override automatic language detection by changing the below list 25 # Override automatic language detection by changing the below list
26 # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python'] 26 # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
27 language: ['cpp', 'python'] 27 language: ['cpp']
28 # Learn more... 28 # Learn more...
29 # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection 29 # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
30 30