Skip to content

Commit cd7b60a

Browse files
authored
Merge pull request systemd#22142 from evverx/libxkbcommon-dev
ci: get Coverity and CodeQL to analyze the "libxkbcommon" part
2 parents 8f502f0 + 992d7f3 commit cd7b60a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
- .github/codeql-config.yml
1212
- .github/codeql-custom.qls
1313
- .github/workflows/codeql-analysis.yml
14+
- .github/workflows/requirements.txt
15+
- .github/workflows/unit_tests.sh
1416
# It takes the workflow approximately 30 minutes to analyze the code base
1517
# so it doesn't seem to make much sense to trigger it on every PR or commit.
1618
# It runs daily at 01:00 to avoid colliding with the Coverity workflow.

.github/workflows/unit_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ADDITIONAL_DEPS=(
1717
libqrencode-dev
1818
libssl-dev
1919
libtss2-dev
20+
libxkbcommon-dev
2021
libzstd-dev
2122
perl
2223
python3-libevdev

0 commit comments

Comments
 (0)