We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f3e7d commit f6c72b4Copy full SHA for f6c72b4
.github/workflows/codeql.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Autobuild
36
uses: github/codeql-action/autobuild@v2
37
- if: ${{ matrix.language == 'python' || matrix.language == 'javascript' }}
+ if: ${{ matrix.language == 'python' }}
38
39
- name: Perform CodeQL Analysis
40
uses: github/codeql-action/analyze@v2
0 commit comments