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

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
Anca Iordache 2021-12-09 12:16:47 +01:00 committed by GitHub
parent 6a48fdf4db
commit e4a26f0745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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