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/02/19 15:51:15 UTC

[commons-cli] 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-cli.git


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

commit 9550d11d4fbd22b4d9ef066899a5f9667692c240
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 19 10:51:13 2022 -0500

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

diff --git a/README.md b/README.md
index e7c9462..579c0d6 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,7 @@ Apache Commons CLI
 [![Coverage Status](https://coveralls.io/repos/apache/commons-cli/badge.svg)](https://coveralls.io/r/apache/commons-cli)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-cli/commons-cli/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-cli/commons-cli/)
 [![Javadocs](https://javadoc.io/badge/commons-cli/commons-cli/1.5.0.svg)](https://javadoc.io/doc/commons-cli/commons-cli/1.5.0)
+[![CodeQL](https://github.com/apache/commons-cli/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-cli/actions?query=workflow%3ACodeQL)
 
 Apache Commons CLI provides a simple API for presenting, processing and validating a Command Line Interface.