diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d830bf1fd9..29b457547f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -51,7 +51,7 @@ jobs: # queries: ./path/to/local/query, your-org/your-repo/queries@main - 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). # 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" 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 uses: github/codeql-action/analyze@v2