Skip to content
Merged
Changes from all commits
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
7 changes: 6 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ jobs:
fail-fast: false
matrix:
include:
- language: javascript-typescript
# feedback-o-tron is Elixir-primary (Zig/Nickel/Julia support code);
# CodeQL supports none of those languages, so a javascript-typescript
# matrix found no source and failed every run with "no source seen".
# `actions` is the one CodeQL language present here — it analyses the
# repo's GitHub Actions workflows for CI-security issues.
- language: actions
build-mode: none
steps:
- name: Checkout
Expand Down
Loading