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-jelly.git


The following commit(s) were added to refs/heads/master by this push:
     new ce157ce6 Remove JavaScript from CodeQL
ce157ce6 is described below

commit ce157ce6e80fdd0a082b8c95ea9cd9d8d8543a34
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 16 10:53:49 2025 -0500

    Remove JavaScript from CodeQL
---
 .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 dbe6fc55..7da09b5c 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',  ]
+        language: [ 'java' ]
         # 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