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-codec.git
The following commit(s) were added to refs/heads/master by this push: new 913694e Add CodeQL badge. new 0cf3f11 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-codec 913694e is described below commit 913694ed8e90fb4859a69e54303516fc85ed669e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 19 09:25:31 2022 -0500 Add CodeQL badge. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f44459..ae3284b 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Apache Commons Codec [](https://coveralls.io/github/apache/commons-codec?branch=master) [](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/?gav=true) [](https://javadoc.io/doc/commons-codec/commons-codec/1.15) +[](https://github.com/apache/commons-codec/actions?query=workflow%3ACodeQL) The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these