From 4d0de6e92ec65279143789c62b9e6be1d6bf3c7d Mon Sep 17 00:00:00 2001 From: "Alexandre Teles (afterSt0rm)" Date: Wed, 19 Jul 2023 23:44:25 -0300 Subject: [PATCH] ci: qodana Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .github/workflows/quodana.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quodana.yml b/.github/workflows/quodana.yml index 95eaa6f..eba8565 100644 --- a/.github/workflows/quodana.yml +++ b/.github/workflows/quodana.yml @@ -33,7 +33,7 @@ jobs: fi - name: "Qodana Scan" - uses: JetBrains/qodana-action@v2023.1.5 + uses: JetBrains/qodana-action@v2023.2.1 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} with: diff --git a/README.md b/README.md index d89be06..759d3cf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ --- ![License: AGPLv3](https://img.shields.io/github/license/revanced/revanced-api) -[![codecov](https://codecov.io/gh/ReVanced/revanced-api/branch/main/graph/badge.svg?token=10H8D2CRQO)](https://codecov.io/gh/ReVanced/revanced-api) +[![codecov](https://codecov.io/gh/ReVanced/revanced-api/branch/dev/graph/badge.svg?token=10H8D2CRQO)](https://codecov.io/gh/ReVanced/revanced-api) [![Build and Publish Docker Image](https://github.com/revanced/revanced-api/actions/workflows/main.yml/badge.svg)](https://github.com/revanced/revanced-api/actions/workflows/main.yml) [![Qodana | Code Quality Scan](https://github.com/revanced/revanced-api/actions/workflows/quodana.yml/badge.svg)](https://github.com/revanced/revanced-api/actions/workflows/quodana.yml) [![PyTest | Testing and Code Coverage](https://github.com/revanced/revanced-api/actions/workflows/pytest.yml/badge.svg)](https://github.com/revanced/revanced-api/actions/workflows/pytest.yml)