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:10:28 UTC

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


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

commit 8df155eae51e8e5689248de09f1f10a0dac4507f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 27 15:10:24 2022 -0400

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

diff --git a/README.md b/README.md
index 4a2bcb8..92207e0 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,7 @@ Apache Commons Daemon
 [![Coverage Status](https://coveralls.io/repos/apache/commons-daemon/badge.svg)](https://coveralls.io/r/apache/commons-daemon)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-daemon/commons-daemon/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-daemon/commons-daemon/)
 [![Javadocs](https://javadoc.io/badge/commons-daemon/commons-daemon/1.3.1.svg)](https://javadoc.io/doc/commons-daemon/commons-daemon/1.3.1)
+[![CodeQL](https://github.com/apache/commons-daemon/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-daemon/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
 
 Apache Commons Daemon software is a set of utilities and Java support
     classes for running Java applications as server processes. These are