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:21:58 UTC

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


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

commit 0080bcbf79eda666f78eba574a6f9954097a2e01
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 27 15:21:54 2022 -0400

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

diff --git a/README.md b/README.md
index 6146d47..d1a429b 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ Apache Commons Logging
 
 [![Build Status](https://travis-ci.org/apache/commons-logging.svg?branch=trunk)](https://travis-ci.org/apache/commons-logging)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/)
+[![CodeQL](https://github.com/apache/commons-logging/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
 
 Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.