This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push:
new c5cf376 CodeQL doesn't pick up this JS file
c5cf376 is described below
commit c5cf3768e84974b43f66afc80416d72adf513001
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 15 13:33:29 2025 -0500
CodeQL doesn't pick up this JS file
---
src/test/test.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/test/test.js b/src/test/test.js
index 8925db4..80c9a99 100644
--- a/src/test/test.js
+++ b/src/test/test.js
@@ -17,3 +17,6 @@
//
// This file exists because components use CodeQL in GitHub and we generate a
CodeQL link in README.md files.
+function alwaysTrue() {
+ return true;
+}