Update codeql-analysis.yml

This commit is contained in:
Alex Spataru 2021-11-06 18:34:45 -06:00 committed by GitHub
parent 503de0c524
commit 20833dabd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ on:
jobs:
analyze:
name: '💭 Analyze'
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
permissions:
actions: read
contents: read
@ -43,8 +43,7 @@ jobs:
- name: '⚙️ Install Qt'
uses: jurplel/install-qt-action@v2
with:
version: 6.2.0
modules: qtserialport qt5compat
version: 5.15.2
aqtversion: '==2.0.0'
cached: ${{steps.cache-qt.outputs.cache-hit}}
@ -56,7 +55,7 @@ jobs:
- name: '🚧 Compile application'
run: |
qmake ${{env.QMAKE_PROJECT}} CONFIG+=release PREFIX=/usr
make -j8
make -j16
- name: '💭 Perform CodeQL Analysis'
uses: github/codeql-action/analyze@v1