From 2d77837998ca69a46dd7579cbb89e9aa298b0ae4 Mon Sep 17 00:00:00 2001 From: "Jason M. Gates" Date: Mon, 15 Jan 2024 12:03:46 -0700 Subject: [PATCH] patch: Add a badge for the CodeQL action Create a patch release to push all these new badges out to PyPI. --- README.md | 1 + doc/source/index.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 7b0dc49..1687e01 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![Code Style: black](https://img.shields.io/badge/Code%20Style-black-000000.svg)](https://github.com/psf/black) [![codecov](https://codecov.io/gh/sandialabs/reverse_argparse/branch/master/graph/badge.svg?token=FmDStZ6FVR)](https://codecov.io/gh/sandialabs/reverse_argparse) +[![CodeQL](https://github.com/sandialabs/reverse_argparse/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/sandialabs/reverse_argparse/actions/workflows/github-code-scanning/codeql) [![Conda Version](https://img.shields.io/conda/v/conda-forge/reverse-argparse?label=conda-forge)](https://anaconda.org/conda-forge/reverse-argparse) ![Conda Downloads](https://img.shields.io/conda/d/conda-forge/reverse-argparse?label=conda-forge%20downloads) [![Continuous Integration](https://github.com/sandialabs/reverse_argparse/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/sandialabs/reverse_argparse/actions/workflows/continuous-integration.yml) diff --git a/doc/source/index.rst b/doc/source/index.rst index f7d9ff6..3f2e5c4 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -12,6 +12,7 @@ reverse_argparse |Code Style: black| |codecov| +|CodeQL| |conda-forge Version| |conda-forge Downloads| |Continuous Integration| @@ -34,6 +35,8 @@ reverse_argparse :target: https://github.com/psf/black .. |codecov| image:: https://codecov.io/gh/sandialabs/reverse_argparse/branch/master/graph/badge.svg?token=FmDStZ6FVR :target: https://codecov.io/gh/sandialabs/reverse_argparse +.. |CodeQL| image:: https://github.com/sandialabs/reverse_argparse/actions/workflows/github-code-scanning/codeql/badge.svg + :target: https://github.com/sandialabs/reverse_argparse/actions/workflows/github-code-scanning/codeql .. |conda-forge Version| image:: https://img.shields.io/conda/v/conda-forge/reverse-argparse?label=conda-forge :target: https://anaconda.org/conda-forge/reverse-argparse .. |conda-forge Downloads| image:: https://img.shields.io/conda/d/conda-forge/reverse-argparse?label=conda-forge%20downloads