Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix CodeQL language
  • Loading branch information
kylecarbs committed Jan 29, 2023
commit ec5e7f59bd21b6f8b57e55d80d81e7ec80c9f83e
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ["go", "js"]
language: ["go", "javascript"]

steps:
- name: Checkout repository
Expand Down