Browse Source

Added java build for codeql

David Benson 3 years ago
parent
commit
82025f7f45
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/codeql-analysis.yml

+ 2 - 1
.github/workflows/codeql-analysis.yml

@@ -57,6 +57,7 @@ jobs:
         cd etc/build
         npm install workbox-cli@6.3.0 --global
         ant
+        ant javac
 
     # ℹ️ Command-line programs to run using the OS shell.
     # 📚 https://git.io/JvXDl
@@ -70,4 +71,4 @@ jobs:
     #   make release
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v1
+      uses: github/codeql-action/analyze@v1