summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2023-01-29 22:33:49 +0100
committerGitHub <noreply@github.com>2023-01-29 22:33:49 +0100
commitd9a12f62842b15b51c6209a3333cbeecc7f22660 (patch)
tree17b1101b9acc3414b91f5b18d6a4565f84ba0785
parent7ab85003cac95d9489fc85d67788f7d60694b023 (diff)
parent462bd7b24b8a30f095a251d742b514c4fc9e80d6 (diff)
Merge pull request #608 from IJHack/qt-install-codeql
Install QT in codeql workflow
-rw-r--r--.github/workflows/codeql.yml2
1 files changed, 2 insertions, 0 deletions
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)