From d09c0e0f24486f66ceaa03b0631d7e23f385e7c2 Mon Sep 17 00:00:00 2001 From: Ian Stapleton Cordasco Date: Fri, 2 Oct 2020 14:06:24 -0500 Subject: [PATCH] Update codeql-analysis.yml Remove proposed/3.0.0 branch, only ever run against Python sans matrix option --- .github/workflows/codeql-analysis.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 185bd131cb..bf1463909c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -7,7 +7,7 @@ name: "CodeQL" on: push: - branches: [master, proposed/3.0.0] + branches: [master] pull_request: # The branches below must be a subset of the branches above branches: [master] @@ -21,12 +21,7 @@ jobs: strategy: fail-fast: false - matrix: - # Override automatic language detection by changing the below list - # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python'] - language: ['python'] - # Learn more... - # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection + steps: - name: Checkout repository @@ -45,7 +40,7 @@ jobs: - name: Initialize CodeQL uses: github/codeql-action/init@v1 with: - languages: ${{ matrix.language }} + languages: "python" # 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.