diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index da47d5bc..c80a34c4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -6,10 +6,6 @@ on: - master pull_request: -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - jobs: analyze: name: Analyze ${{ matrix.language }} @@ -34,12 +30,6 @@ jobs: with: llvm-version: 22 - - name: Setup Rust - if: matrix.language != 'actions' - uses: dtolnay/rust-toolchain@master - with: - toolchain: 1.95.0 - - name: Initialize CodeQL uses: github/codeql-action/init@v4 with: