This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 4fd627c  Disabling javascript in codeql-analysis
4fd627c is described below

commit 4fd627ce1f6451d6b96d7236795b5bbaf9cff7c4
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Mon Oct 5 16:29:00 2020 +0100

    Disabling javascript in codeql-analysis
---
 .github/workflows/codeql-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index fcbc249..a486ead 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -24,7 +24,7 @@ jobs:
       matrix:
         # Override automatic language detection by changing the below list
         # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 
'python']
-        language: ['java', 'javascript']
+        language: ['java']
         # Learn more...
         # 
https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
 

Reply via email to