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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new d24150c7e Drop xml from CodeQL, not supported
d24150c7e is described below

commit d24150c7eeacd93a9ccaed6aaef56ce1646b3398
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Oct 6 10:49:46 2024 -0400

    Drop xml from CodeQL, not supported
---
 .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 ec7b35147..5fb40935e 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        language: [ 'java', 'xml', 'javascript' ]
+        language: [ 'java', 'javascript' ]
         # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 
'python', 'ruby' ]
         # Learn more about CodeQL language support at 
https://git.io/codeql-language-support
 

Reply via email to