From 462bd7b24b8a30f095a251d742b514c4fc9e80d6 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Sun, 29 Jan 2023 22:26:09 +0100 Subject: Install QT in codeql workflow --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6b58898e..143d075f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -54,6 +54,8 @@ jobs: # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality + - name: Install Qt + uses: jurplel/install-qt-action@v2 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). # If this step fails, then you should remove it and run the build manually (see below) -- cgit v1.2.3