From e4a26f074513d5f5e57f88138c7ae71456850aaf Mon Sep 17 00:00:00 2001 From: Anca Iordache Date: Thu, 9 Dec 2021 12:16:47 +0100 Subject: [PATCH] Remove temporarily the 'java' codeql analysis (#189) Signed-off-by: aiordache --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fc47c9c..95fed59 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.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