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


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

commit de246012642ea1bfa49df0a6a88fafad25694bbf
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Aug 27 15:17:18 2022 -0400

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

diff --git a/README.md b/README.md
index 565507b..05faf01 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ Apache Commons FileUpload
 
 [![Build 
Status](https://travis-ci.org/apache/commons-fileupload.svg?branch=master)](https://travis-ci.org/apache/commons-fileupload)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/commons-fileupload/commons-fileupload/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-fileupload/commons-fileupload/)
+[![CodeQL](https://github.com/apache/commons-fileupload/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-fileupload/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
 
 The Apache Commons FileUpload component provides a simple yet flexible means 
of adding support for multipart
     file upload functionality to servlets and web applications.

Reply via email to