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

Signed-off-by: aiordache <anca.iordache@docker.com>
pull/193/head
Anca Iordache 3 years ago committed by GitHub
parent 6a48fdf4db
commit e4a26f0745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .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

Loading…
Cancel
Save