From: Evgeny Vereshchagin Date: Mon, 17 Jan 2022 01:59:55 +0000 (+0000) Subject: ci: trigger CodeQL on PRs when its dependencies change X-Git-Tag: v251-rc1~514^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F22142%2Fhead;p=thirdparty%2Fsystemd.git ci: trigger CodeQL on PRs when its dependencies change --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cceb514510e..5a2b6f4cfdd 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.