Add CodeQL badge.

This commit is contained in:
Gary Gregory 2022-02-19 12:02:05 -05:00
parent aa96fd8a3d
commit caa59a3c09
1 changed files with 1 additions and 0 deletions

View File

@ -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.