Ver código fonte

Remove temporarily the 'java' codeql analysis (#189)

Signed-off-by: aiordache <anca.iordache@docker.com>
Anca Iordache 4 anos atrás
pai
commit
e4a26f0745
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/codeql-analysis.yml

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

@@ -12,7 +12,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        language: [ 'go', 'java', 'typescript', 'python' ]
+        language: [ 'go', 'typescript', 'python' ]
 
     steps:
     - name: Checkout repository