summaryrefslogtreecommitdiff
path: root/docs/CODE_QUALITY.md
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-09-23 07:54:12 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-09-23 18:29:22 +0900
commit0b0cdb1652efc14c333f51085c6116c81925750a (patch)
treebbed45ecae3004534486994f275eff7f7415268a /docs/CODE_QUALITY.md
parenta79f5097e74e0cc5738494b2ac51ad0135fd794e (diff)
downloadsystemd-0b0cdb1652efc14c333f51085c6116c81925750a.tar.gz
doc: drop remaining references to LGTM.com
Diffstat (limited to 'docs/CODE_QUALITY.md')
-rw-r--r--docs/CODE_QUALITY.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/CODE_QUALITY.md b/docs/CODE_QUALITY.md
index 7d54a0f2e2..86577a48b5 100644
--- a/docs/CODE_QUALITY.md
+++ b/docs/CODE_QUALITY.md
@@ -69,9 +69,9 @@ available functionality:
13. When building systemd from a git checkout the build scripts will
automatically enable a git commit hook that ensures whitespace cleanliness.
-14. [LGTM](https://lgtm.com/) analyzes every commit pushed to `main`. The list
- of active alerts can be found
- [here](https://lgtm.com/projects/g/systemd/systemd/alerts/?mode=list).
+14. [CodeQL](https://codeql.github.com/) analyzes each PR and every commit
+ pushed to `main`. The list of active alerts can be found
+ [here](https://github.com/systemd/systemd/security/code-scanning).
15. Each PR is automatically tested with [Address Sanitizer](https://clang.llvm.org/docs/AddressSanitizer.html)
and [Undefined Behavior Sanitizer](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html).