Skip to content

Commit

Permalink
No rust support for CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Gillespie committed Apr 25, 2022
1 parent 5714734 commit fe21cc7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fe21cc7

Please sign in to comment.