diff options
author | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2020-10-02 14:06:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 14:06:24 -0500 |
commit | d09c0e0f24486f66ceaa03b0631d7e23f385e7c2 (patch) | |
tree | ee5bf007a9d221e90f983b2153c8e50d938931a9 | |
parent | 941ac53ba0251496b56b28c47ae48ea5a88e477a (diff) | |
download | python-requests-add-codescanning.tar.gz |
Update codeql-analysis.ymladd-codescanning
Remove proposed/3.0.0 branch, only ever run against Python sans matrix option
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 185bd131..bf146390 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. |