From bf029a9416ffc94b95e9d8bd816710251d7c39e5 Mon Sep 17 00:00:00 2001 From: David Papp Date: Wed, 24 Jul 2024 23:19:49 +0200 Subject: [PATCH] chore: CodeQL update --- .github/workflows/codeql.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8481734..c8bb32d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,13 +41,15 @@ jobs: contents: read strategy: - fail-fast: false + fail-fast: true matrix: include: - language: go build-mode: autobuild - language: javascript-typescript build-mode: none + - language: python + build-mode: none # CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' # Use `c-cpp` to analyze code written in C, C++ or both # Use 'java-kotlin' to analyze code written in Java, Kotlin or both