1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-20 07:48:06 +02:00

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