Explorar o código

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

Signed-off-by: aiordache <anca.iordache@docker.com>
Anca Iordache %!s(int64=4) %!d(string=hai) anos
pai
achega
e4a26f0745
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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