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)