You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ko...@apache.org on 2021/06/18 11:29:23 UTC

[avro] branch master updated: AVRO-3152: Correct CodeQL Links in Readme (#1261)

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

kojiromike 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 ea37181  AVRO-3152: Correct CodeQL Links in Readme (#1261)
ea37181 is described below

commit ea371817d2e148531bc9bae959939e2911be22b6
Author: Michael A. Smith <mi...@smith-li.com>
AuthorDate: Fri Jun 18 07:29:13 2021 -0400

    AVRO-3152: Correct CodeQL Links in Readme (#1261)
    
    * AVRO-3152: Correct CodeQL Links in Readme
    
    The original work in AVRO-3152 did not update the README.
    
    * fixup! AVRO-3152: Correct CodeQL Links in Readme
    
    * fixup! fixup! AVRO-3152: Correct CodeQL Links in Readme
    
    * fixup! fixup! fixup! AVRO-3152: Correct CodeQL Links in Readme
---
 README.md | 66 +++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 45 insertions(+), 21 deletions(-)

diff --git a/README.md b/README.md
index 7dc922d..c40c0e2 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,19 @@
 # Apache Avro™
 
-[![Test C](https://github.com/apache/avro/workflows/Test%20C/badge.svg)][Test C]
-[![Test C#](https://github.com/apache/avro/workflows/Test%20C%23/badge.svg)][Test C#]
-[![Test C++](https://github.com/apache/avro/workflows/Test%20C++/badge.svg)][Test C++]
-[![Test Java](https://github.com/apache/avro/workflows/Test%20Java/badge.svg)][Test Java]
-[![Test JavaScript](https://github.com/apache/avro/workflows/Test%20JavaScript/badge.svg)][Test JavaScript]
-[![Test Perl](https://github.com/apache/avro/workflows/Test%20Perl/badge.svg)][Test Perl]
-[![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]
+[![test c][test c img]][test c]
+[![test c#][test c# img]][test c#]
+[![test c++][test c++ img]][test c++]
+[![test java][test java img]][test java]
+[![test javascript][test javascript img]][test javascript]
+[![test perl][test perl img]][test perl]
+[![test ruby][test ruby img]][test ruby]
+[![test python][test python img]][test python]
+[![test php][test php img]][test php]
+
+[![codeql c#][codeql c# img]][codeql c#]
+[![codeql java][codeql java img]][codeql java]
+[![codeql javascript][codeql javascript img]][codeql javascript]
+[![codeql python][codeql python img]][codeql python]
 
 -----
 
@@ -23,14 +27,34 @@ To contribute to Avro, please read:
 
   https://cwiki.apache.org/confluence/display/AVRO/How+To+Contribute
 
-
-[Test C]: https://github.com/apache/avro/actions?query=workflow%3A%22Test+C%22
-[Test C#]: https://github.com/apache/avro/actions?query=workflow%3A%22Test+C%23%22
-[Test C++]: https://github.com/apache/avro/actions?query=workflow%3A%22Test+C%2B%2B%22
-[Test Java]: https://github.com/apache/avro/actions?query=workflow%3A%22Test+Java%22
-[Test JavaScript]: https://github.com/apache/avro/actions?query=workflow%3A%22Test+JavaScript%22
-[Test Perl]: https://github.com/apache/avro/actions?query=workflow%3A%22Test+Perl%22
-[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
+<!-- Arranged this way for easy copy-pasting and editor string manipulation -->
+
+[test c]:          https://github.com/apache/avro/actions/workflows/test-lang-c.yml
+[test c#]:         https://github.com/apache/avro/actions/workflows/test-lang-csharp.yml
+[test c++]:        https://github.com/apache/avro/actions/workflows/test-lang-c++.yml
+[test java]:       https://github.com/apache/avro/actions/workflows/test-lang-java.yml
+[test javascript]: https://github.com/apache/avro/actions/workflows/test-lang-js.yml
+[test perl]:       https://github.com/apache/avro/actions/workflows/test-lang-perl.yml
+[test ruby]:       https://github.com/apache/avro/actions/workflows/test-lang-ruby.yml
+[test python]:     https://github.com/apache/avro/actions/workflows/test-lang-py.yml
+[test php]:        https://github.com/apache/avro/actions/workflows/test-lang-php.yml
+
+[codeql c#]:         https://github.com/apache/avro/actions/workflows/codeql-csharp-analysis.yml
+[codeql java]:       https://github.com/apache/avro/actions/workflows/codeql-java-analysis.yml
+[codeql javascript]: https://github.com/apache/avro/actions/workflows/codeql-js-analysis.yml
+[codeql python]:     https://github.com/apache/avro/actions/workflows/codeql-py-analysis.yml
+
+[test c img]:          https://github.com/apache/avro/actions/workflows/test-lang-c.yml/badge.svg
+[test c# img]:         https://github.com/apache/avro/actions/workflows/test-lang-csharp.yml/badge.svg
+[test c++ img]:        https://github.com/apache/avro/actions/workflows/test-lang-c++.yml/badge.svg
+[test java img]:       https://github.com/apache/avro/actions/workflows/test-lang-java.yml/badge.svg
+[test javascript img]: https://github.com/apache/avro/actions/workflows/test-lang-js.yml/badge.svg
+[test perl img]:       https://github.com/apache/avro/actions/workflows/test-lang-perl.yml/badge.svg
+[test ruby img]:       https://github.com/apache/avro/actions/workflows/test-lang-ruby.yml/badge.svg
+[test python img]:     https://github.com/apache/avro/actions/workflows/test-lang-py.yml/badge.svg
+[test php img]:        https://github.com/apache/avro/actions/workflows/test-lang-php.yml/badge.svg
+
+[codeql c# img]:         https://github.com/apache/avro/actions/workflows/codeql-csharp-analysis.yml/badge.svg
+[codeql java img]:       https://github.com/apache/avro/actions/workflows/codeql-java-analysis.yml/badge.svg
+[codeql javascript img]: https://github.com/apache/avro/actions/workflows/codeql-js-analysis.yml/badge.svg
+[codeql python img]:     https://github.com/apache/avro/actions/workflows/codeql-py-analysis.yml/badge.svg