We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f502f0 + 992d7f3 commit cd7b60aCopy full SHA for cd7b60a
.github/workflows/codeql-analysis.yml
@@ -11,6 +11,8 @@ on:
11
- .github/codeql-config.yml
12
- .github/codeql-custom.qls
13
- .github/workflows/codeql-analysis.yml
14
+ - .github/workflows/requirements.txt
15
+ - .github/workflows/unit_tests.sh
16
# It takes the workflow approximately 30 minutes to analyze the code base
17
# so it doesn't seem to make much sense to trigger it on every PR or commit.
18
# It runs daily at 01:00 to avoid colliding with the Coverity workflow.
.github/workflows/unit_tests.sh
@@ -17,6 +17,7 @@ ADDITIONAL_DEPS=(
libqrencode-dev
libssl-dev
19
libtss2-dev
20
+ libxkbcommon-dev
21
libzstd-dev
22
perl
23
python3-libevdev
0 commit comments