diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d9306bb..2bf8c4a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,10 @@ jobs: fail-fast: false matrix: include: - - language: javascript-typescript + # Repo source is not JS/TS; scan workflow files via the actions + # extractor (present in every repo). Closes the Hypatia + # codeql_language_matrix_mismatch finding. + - language: actions build-mode: none steps: - name: Checkout