From 0a283871df98dc9e13a456d03ee20b243212eba6 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Tue, 24 Sep 2024 15:29:40 -0700 Subject: [PATCH] update --- .github/workflows/linux_ci.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/linux_ci.yml b/.github/workflows/linux_ci.yml index 928754b..3314aec 100644 --- a/.github/workflows/linux_ci.yml +++ b/.github/workflows/linux_ci.yml @@ -27,18 +27,13 @@ jobs: actions: read contents: read security-events: write - - strategy: - fail-fast: false - matrix: - language: [ 'cpp' ] steps: - uses: actions/checkout@v4 - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: - languages: ${{ matrix.language }} - queries: security-extended,security-and-quality + config-file: ./.github/codeql/codeql-config.yml + languages: 'cpp' - run: | set -e -x rm -rf build