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/08/27 19:01:56 UTC

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


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

commit 284c30f3e517a0cc35d1d7bbae7a6b4256cfcd1e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 27 15:01:52 2022 -0400

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

diff --git a/README.md b/README.md
index dc95f145..016ed03f 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,7 @@ Apache Commons BeanUtils
 [![Coverage Status](https://coveralls.io/repos/apache/commons-beanutils/badge.svg)](https://coveralls.io/r/apache/commons-beanutils)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-beanutils2/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-beanutils2/)
 [![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-beanutils2/2.0.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-beanutils2/2.0.0)
+[![CodeQL](https://github.com/apache/commons-beanutils/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-beanutils/actions?query=workflow%3ACodeQL)
 
 Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.