This is an automated email from the ASF dual-hosted git repository.

iemejia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new be168d7  AVRO-3145: Add the CodeQL Badge to the README (#1226)
be168d7 is described below

commit be168d7d19ede539b45d42c4a310b979a7406486
Author: Michael A. Smith <[email protected]>
AuthorDate: Thu May 20 01:25:40 2021 -0400

    AVRO-3145: Add the CodeQL Badge to the README (#1226)
    
    Indicate the status of the CodeQL scan in the Readme. It's easier to
    determine which checks/tests are passing and failing in the Readme than
    it is to click around to figure it out.
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index b77b644..7dc922d 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@
 [![Test 
Ruby](https://github.com/apache/avro/workflows/Test%20Ruby/badge.svg)][Test 
Ruby]
 [![Test 
Python](https://github.com/apache/avro/workflows/Test%20Python/badge.svg)][Test 
Python]
 [![Test 
PHP](https://github.com/apache/avro/workflows/Test%20PHP/badge.svg)][Test PHP]
+[![CodeQL](https://github.com/apache/avro/workflows/CodeQL/badge.svg)][CodeQL]
 
 -----
 
@@ -32,3 +33,4 @@ To contribute to Avro, please read:
 [Test Ruby]: 
https://github.com/apache/avro/actions?query=workflow%3A%22Test+Ruby%22
 [Test Python]: 
https://github.com/apache/avro/actions?query=workflow%3A%22Test+Python%22
 [Test PHP]: 
https://github.com/apache/avro/actions?query=workflow%3A%22Test+PHP%22
+[CodeQL]: https://github.com/apache/avro/actions?query=workflow%3A%22CodeQL

Reply via email to