From c8e2b94df956dea459aaf56d0ce0fb8f04dc5515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20St=C3=B6ckli?= Date: Thu, 11 Apr 2024 15:20:34 +0200 Subject: [PATCH] change language/branches --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7ccf77076..fada9c006 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,9 +2,9 @@ name: "CodeQL" on: push: - branches: [ 'develop', 'gh-pages', 'master', 'ngrinder.maven.repo' ] + branches: [ 'develop', 'master' ] pull_request: - branches: [ 'develop', 'gh-pages', 'master', 'ngrinder.maven.repo' ] + branches: [ 'develop', 'master' ] schedule: - cron: '19 6 * * 2' @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - $codeql-languages-matrix + language: ['java', 'python', 'javascript'] # CodeQL supports the following values keywords for 'language': 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' # Use `c-cpp` to analyze code written in C, C++ or both # Use 'java-kotlin' to analyze code written in Java, Kotlin or both