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-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new d0ea3d74 Add CodeQL badge
d0ea3d74 is described below

commit d0ea3d74c9ff20697e24b4fb123ee6ea7caa442e
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 27 15:20:37 2022 -0400

    Add CodeQL badge
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index c5d84366..b413c014 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,7 @@ Apache Commons JEXL
 [![Coverage 
Status](https://coveralls.io/repos/apache/commons-jexl/badge.svg)](https://coveralls.io/r/apache/commons-jexl)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-jexl3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-jexl3/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-jexl3/3.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-jexl3/3.2)
+[![CodeQL](https://github.com/apache/commons-jexl/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-jexl/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
 
 The Apache Commons JEXL library is an implementation of a Java-symbiotic 
Expression Language.
 

Reply via email to