diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml deleted file mode 100644 index fc4933a57..000000000 --- a/.github/workflows/code-quality.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: ASF-code-quality - -on: - - push - -env: - DOTNET_CLI_TELEMETRY_OPTOUT: true - DOTNET_NOLOGO: true - -permissions: - checks: write - contents: write - pull-requests: write - security-events: write - -jobs: - main: - environment: qa-qodana - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v4.2.2 - with: - show-progress: false - - - name: Run Qodana scan - uses: JetBrains/qodana-action@v2024.3.4 - with: - args: --config,.github/qodana.yaml,--property=idea.headless.enable.statistics=false - pr-mode: false - upload-result: true - env: - QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} - - - name: Report Qodana results to GitHub - uses: github/codeql-action/upload-sarif@v3.28.10 - with: - sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json diff --git a/README.md b/README.md index e9824216d..3141c79cc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![Build status (GitHub)](https://img.shields.io/github/actions/workflow/status/JustArchiNET/ArchiSteamFarm/ci.yml?branch=main&label=Build&logo=github&cacheSeconds=600)](https://github.com/JustArchiNET/ArchiSteamFarm/actions?query=workflow%3AASF-ci+branch%3Amain) -[![Quality status (GitHub)](https://img.shields.io/github/actions/workflow/status/JustArchiNET/ArchiSteamFarm/code-quality.yml?branch=main&label=Quality&logo=github&cacheSeconds=600)](https://qodana.cloud/projects/3dX40) [![Build status (Docker)](https://img.shields.io/github/actions/workflow/status/JustArchiNET/ArchiSteamFarm/docker-publish-main.yml?branch=main&label=Docker&logo=docker&cacheSeconds=600)](https://hub.docker.com/r/justarchi/archisteamfarm) [![Github last commit date](https://img.shields.io/github/last-commit/JustArchiNET/ArchiSteamFarm.svg?label=Updated&logo=github&cacheSeconds=600)](https://github.com/JustArchiNET/ArchiSteamFarm/commits) [![Total downloads](https://img.shields.io/github/downloads/JustArchiNET/ArchiSteamFarm/total.svg?label=Downloads&logo=github&cacheSeconds=600)](https://github.com/JustArchiNET/ArchiSteamFarm/releases)