Skip to content

Commit

Permalink
Remove javascript from the codeql language (#3504)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarthic authored Dec 4, 2024
1 parent 446a935 commit 4464f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'csharp', 'javascript' ]
language: [ 'csharp' ]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 4464f24

Please sign in to comment.