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-validator.git
The following commit(s) were added to refs/heads/master by this push:
new 4bfac366 Add CodeQL badge
4bfac366 is described below
commit 4bfac3661a3baa115c646c14de986c4c66f29c27
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 27 15:25:50 2022 -0400
Add CodeQL badge
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 39db4950..9ff2a0c9 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,7 @@ Apache Commons Validator
[](https://coveralls.io/r/apache/commons-validator)
[](https://maven-badges.herokuapp.com/maven-central/commons-validator/commons-validator/)
[](https://javadoc.io/doc/commons-validator/commons-validator/1.7)
+[](https://github.com/apache/commons-validator/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
Apache Commons Validator provides the building blocks for both client side
validation and server side data validation.
It may be used standalone or with a framework like Struts.