You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/08/27 19:13:53 UTC

[commons-email] branch master updated: Add CodeQL badge

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 <ga...@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
 
 [![Build Status](https://travis-ci.org/apache/commons-email.svg?branch=trunk)](https://travis-ci.org/apache/commons-email)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-email/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-email/)
+[![CodeQL](https://github.com/apache/commons-email/workflows/CodeQL/badge.svg)](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.