From eddb71a64ee95324a826458572d3d33478c74cd0 Mon Sep 17 00:00:00 2001 From: aiordache Date: Thu, 9 Dec 2021 12:12:14 +0100 Subject: [PATCH] Remove temporarily the 'java' codeql analysis 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