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


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

commit caa59a3c090fdc5a775b83f5f4861ff52922fff8
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Feb 19 12:02:05 2022 -0500

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

diff --git a/README.md b/README.md
index 0ac4d92..2eca142 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,7 @@ Apache Commons CSV
 [![Coverage 
Status](https://coveralls.io/repos/apache/commons-csv/badge.svg)](https://coveralls.io/r/apache/commons-csv)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-csv/1.9.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-csv/1.9.0)
+[![CodeQL](https://github.com/apache/commons-csv/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-csv/actions?query=workflow%3ACodeQL)
 
 The Apache Commons CSV library provides a simple interface for reading and 
writing CSV files of various types.
 

Reply via email to