Skip to content

Commit 042152e

Browse files
codeQL javascript only
1 parent d672b4e commit 042152e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CodeQL analysis (JavaScript+Python)"
1+
name: "CodeQL analysis (JavaScript)"
22

33
on:
44
push:
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
language: ["javascript", "python"]
23+
language: ["javascript"]
2424

2525
steps:
2626
- name: Checkout repository

0 commit comments

Comments
 (0)