From fe21cc71bb955dd42f9c7c1e886c3131bf2cc00a Mon Sep 17 00:00:00 2001 From: Ian Gillespie Date: Mon, 25 Apr 2022 13:27:08 -0400 Subject: [PATCH] No rust support for CodeQL --- .github/workflows/rust.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8b30559..cd1c21e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -29,18 +29,14 @@ jobs: with: egress-policy: audit - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: rust + # Need a rust analyzer here, but haven't found one - uses: actions/checkout@v3 - id: set-matrix run: | TASKS=$(echo $(cat .github/workflows/matrix.json)) echo "::set-output name=matrix::${TASKS//'%'/'%25'}" - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + cli-build: needs: [matrix] runs-on: ${{ matrix.cfg.os }}