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

sebbASF pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev.git


The following commit(s) were added to refs/heads/main by this push:
     new bc77f05  Change CodeQL language from JavaScript/TypeScript to Python
bc77f05 is described below

commit bc77f05f132f0661689a2442814ee6d201e34d08
Author: Sebb <[email protected]>
AuthorDate: Sun May 17 17:04:21 2026 +0200

    Change CodeQL language from JavaScript/TypeScript to Python
---
 .github/workflows/codeql.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 0285a44..f6d839c 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        language: ["javascript-typescript"]
+        language: ["python"]
 
     steps:
       - name: Checkout

Reply via email to