]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: trigger CodeQL on PRs when its dependencies change 22142/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Mon, 17 Jan 2022 01:59:55 +0000 (01:59 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Mon, 17 Jan 2022 01:59:55 +0000 (01:59 +0000)
.github/workflows/codeql-analysis.yml

index cceb514510e31b4f5f23fd07f48c76646a79604d..5a2b6f4cfddde97fc24bed43e5db77d267e31e1f 100644 (file)
@@ -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.