diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 446d96f55..b5e92863c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,7 +13,7 @@ name: "CodeQL" on: push: - branches: [ "master", stable-[0-9][0-9]* ] + branches: [ "master", "stable-[0-9][0-9]*" ] pull_request: # The branches below must be a subset of the branches above branches: [ "master" ] @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'java', 'python', 'ruby' ] + language: [ 'java' ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support @@ -48,12 +48,12 @@ jobs: # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. - - # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs + + # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality - - # Build + + # Build - name: Set up JDK 11 uses: actions/setup-java@v2 with: