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 e9e27847 Remove JavaScript from CodeQL
e9e27847 is described below
commit e9e27847fc57353082e281f054215436f58dd3c0
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 16 10:53:39 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 2189874c..dbe6fc55 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', 'javascript' ]
+ language: [ 'java', ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript',
'python', 'ruby' ]
# Learn more about CodeQL language support at
https://git.io/codeql-language-support