Remove temporarily the 'java' codeql analysis

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2021-12-09 12:12:14 +01:00
parent 6a48fdf4db
commit eddb71a64e

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