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

rusackas pushed a commit to branch scan-javascript-with-codeql
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/scan-javascript-with-codeql by 
this push:
     new f8131a0d87 chore: adding JavaScript to CodeQL config
f8131a0d87 is described below

commit f8131a0d879b17e96030d1b72f5861ebdcdea402
Author: Evan Rusackas <[email protected]>
AuthorDate: Mon May 8 16:12:52 2023 -0600

    chore: adding JavaScript to CodeQL config
---
 .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 13cd201e74..90e9f3f2dc 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        language: [ 'python' ]
+        language: [ 'python', 'javascript' ]
         # Learn more about CodeQL language support at 
https://aka.ms/codeql-docs/language-support
 
     steps:

Reply via email to