Skip to content

Commit f6c72b4

Browse files
authored
Update codeql.yml
1 parent b1f3e7d commit f6c72b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Autobuild
3636
uses: github/codeql-action/autobuild@v2
37-
if: ${{ matrix.language == 'python' || matrix.language == 'javascript' }}
37+
if: ${{ matrix.language == 'python' }}
3838

3939
- name: Perform CodeQL Analysis
4040
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)