Skip to content

Commit 485e3b1

Browse files
committed
Correct CodeQL workflow.
1 parent b94169f commit 485e3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Initialize CodeQL
3535
uses: github/codeql-action/init@v4
3636
with:
37-
languages: python, javascript
37+
languages: python
3838

3939
- name: Perform analysis
4040
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)