diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2022-01-17 02:59:55 +0100 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2022-01-17 02:59:55 +0100 |
commit | 992d7f341fa86306548d92c6e6dffae186241b5c (patch) | |
tree | 881a08ea0a7fbd34bc0667d2d9a48f3d32cb4aed /.github | |
parent | ci: get Coverity and CodeQL to analyze the "libxkbcommon" part (diff) | |
download | systemd-992d7f341fa86306548d92c6e6dffae186241b5c.tar.xz systemd-992d7f341fa86306548d92c6e6dffae186241b5c.zip |
ci: trigger CodeQL on PRs when its dependencies change
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cceb514510..5a2b6f4cfd 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -11,6 +11,8 @@ on: - .github/codeql-config.yml - .github/codeql-custom.qls - .github/workflows/codeql-analysis.yml + - .github/workflows/requirements.txt + - .github/workflows/unit_tests.sh # It takes the workflow approximately 30 minutes to analyze the code base # so it doesn't seem to make much sense to trigger it on every PR or commit. # It runs daily at 01:00 to avoid colliding with the Coverity workflow. |