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-email.git
The following commit(s) were added to refs/heads/master by this push: new 161a9b4 Add CodeQL badge 161a9b4 is described below commit 161a9b4fb24d6729a51a422efdba05185e72d87e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Aug 27 15:13:49 2022 -0400 Add CodeQL badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df13e0a..373b303 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ Apache Commons Email [](https://travis-ci.org/apache/commons-email) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-email/) +[](https://github.com/apache/commons-email/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL) + Apache Commons Email aims to provide an API for sending email. It is built on top of the JavaMail API, which it aims to simplify.