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-build-plugin.git


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

commit cb83ce59a67d36cacab93785c750518b34da42b2
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Feb 6 17:33:57 2022 -0500

    Add CodeQL badge.
---
 src/main/resources/commons-xdoc-templates/readme-md-template.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/resources/commons-xdoc-templates/readme-md-template.md 
b/src/main/resources/commons-xdoc-templates/readme-md-template.md
index 78af30a..d891508 100644
--- a/src/main/resources/commons-xdoc-templates/readme-md-template.md
+++ b/src/main/resources/commons-xdoc-templates/readme-md-template.md
@@ -48,6 +48,7 @@
 [![Coverage 
Status](https://coveralls.io/repos/apache/commons-@ID@/badge.svg)](https://coveralls.io/r/apache/commons-@ID@)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/@GROUPID@/@ARTIFACTCOREID@/badge.svg)](https://maven-badges.herokuapp.com/maven-central/@GROUPID@/@ARTIFACTCOREID@/)
 
[![Javadocs](https://javadoc.io/badge/@GROUPID@/@ARTIFACTCOREID@/@VERSION@.svg)](https://javadoc.io/doc/@GROUPID@/@ARTIFACTCOREID@/@VERSION@)
+[![CodeQL](https://github.com/apache/commons-@ID@/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-@ID@/actions?query=workflow%3ACodeQL)
 
 @DESCRIPTION@
 

Reply via email to