Skip to content

Commit 6493c36

Browse files
committed
fix: CodeQL has no PHP extractor, keep JS/TS analysis only
1 parent ff63b25 commit 6493c36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
language: [php, javascript-typescript]
22+
language: [javascript-typescript]
2323

2424
steps:
2525
- name: Checkout

0 commit comments

Comments
 (0)