diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1efd968..ab7a1f0 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -32,9 +32,10 @@ jobs: fail-fast: false matrix: include: - - language: javascript-typescript + - language: actions + build-mode: none + - language: rust build-mode: none - steps: - name: Checkout uses: actions/checkout@v7.0.1