Skip to content

Commit

Permalink
chore: codeql scanning language now correctly defined
Browse files Browse the repository at this point in the history
  • Loading branch information
elianiva committed Jan 17, 2024
1 parent 060a87f commit f6e3cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ python, javascript, go, csharp ]
language: [ typescript, javascript ]

steps:
- name: Checkout
Expand Down

0 comments on commit f6e3cc6

Please sign in to comment.