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


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

commit 3de671aecf8242296b33ec51a520afd8d2135d87
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 27 15:08:56 2022 -0400

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

diff --git a/README.md b/README.md
index 2acbe48..3cbb158 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,7 @@ Apache Commons Crypto
 [![Coverage 
Status](https://coveralls.io/repos/apache/commons-crypto/badge.svg)](https://coveralls.io/r/apache/commons-crypto)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-crypto/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-crypto/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-crypto/1.1.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-crypto/1.1.0)
+[![CodeQL](https://github.com/apache/commons-crypto/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-crypto/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
 
 Apache Commons Crypto is a cryptographic library optimized with AES-NI 
(Advanced Encryption
 Standard New Instructions). It provides Java API for both cipher level and 
Java stream level.

Reply via email to