From 92f9d4b863739fbd401d3b4a26a634af7e86b27b Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 27 Aug 2022 15:06:20 -0400 Subject: [PATCH] Add CodeQL badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a879cf85..00a29dfda 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Apache Commons Collections [![Coverage Status](https://coveralls.io/repos/apache/commons-collections/badge.svg)](https://coveralls.io/r/apache/commons-collections) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-collections4/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-collections4/) [![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-collections4/4.4.svg)](https://javadoc.io/doc/org.apache.commons/commons-collections4/4.4) +[![CodeQL](https://github.com/apache/commons-collections/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-collections/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL) The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.