github: Don't use build matrix for analysis
This commit is contained in:
parent
ac645c63d3
commit
254b204d6c
6
.github/workflows/analysis.yml
vendored
6
.github/workflows/analysis.yml
vendored
@ -17,10 +17,6 @@ jobs:
|
||||
contents: read
|
||||
security-events: write
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
language: [ 'cpp' ]
|
||||
steps:
|
||||
- name: 🧰 Checkout
|
||||
uses: actions/checkout@v2
|
||||
@ -31,7 +27,7 @@ jobs:
|
||||
- name: ✋ Initialize CodeQL
|
||||
uses: github/codeql-action/init@v1
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
languages: 'cpp'
|
||||
|
||||
- name: ⬇️ Install dependencies
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user