From 0f814c6358d14f9f65949bec417c33804116af9c Mon Sep 17 00:00:00 2001 From: Ade Novid Date: Fri, 19 Jul 2024 13:48:07 +0700 Subject: [PATCH] ci: remove analyzer c-cpp --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59f3560..472cb0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,11 +24,6 @@ jobs: contents: read security-events: write - strategy: - fail-fast: false - matrix: - language: ['javascript-typescript', 'c-cpp'] - steps: - name: Git Checkout uses: actions/checkout@v4 @@ -36,7 +31,7 @@ jobs: - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: - languages: ${{ matrix.language }} + languages: javascript - name: Autobuild uses: github/codeql-action/autobuild@v3