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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0e3cef685d ci: drop the JavaScript/TypeScript CodeQL analysis (#644)
0e3cef685d is described below

commit 0e3cef685d580f3b3f9ef22fc97123d68b248452
Author: Yasith Jayawardana <[email protected]>
AuthorDate: Sun Jun 7 22:05:08 2026 -0400

    ci: drop the JavaScript/TypeScript CodeQL analysis (#644)
    
    The repository contains no JavaScript or TypeScript source, so the 
javascript-typescript CodeQL job has no code to scan and fails on every PR. 
Remove it from the language matrix, leaving actions, go, java-kotlin and python.
---
 .github/workflows/codeql.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 6c474aac61..f522055a92 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -49,8 +49,6 @@ jobs:
           build-mode: autobuild
         - language: java-kotlin
           build-mode: none # This mode only analyzes Java. Set this to 
'autobuild' or 'manual' to analyze Kotlin too.
-        - language: javascript-typescript
-          build-mode: none
         - language: python
           build-mode: none
         # CodeQL supports the following values keywords for 'language': 
'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 
'python', 'ruby', 'rust', 'swift'

Reply via email to