mirror of https://github.com/WerWolv/ImHex.git
github: Don't use build matrix for analysis
This commit is contained in:
parent
ac645c63d3
commit
254b204d6c
|
@ -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…
Reference in New Issue