Update codeql-analysis.yml

This commit is contained in:
Jan W. Krieger 2022-04-21 11:46:12 +02:00 committed by GitHub
parent 6866e76683
commit 4e9f681183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main # queries: ./path/to/local/query, your-org/your-repo/queries@main
- name: Install dependencies - name: Install dependencies
sudo apt -y install -qq qtbase5-dev qt5-qmake qtbase5-dev-tools run: sudo apt -y install -qq qtbase5-dev qt5-qmake qtbase5-dev-tools
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below) # If this step fails, then you should remove it and run the build manually (see below)
@ -64,10 +64,5 @@ jobs:
cmake --build . --config "Release" cmake --build . --config "Release"
cd .. cd ..
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2 uses: github/codeql-action/analyze@v2