diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 5ccfe7884a4..d0759a1c371 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -9,7 +9,7 @@ on: jobs: qodana: - runs-on: ubuntu-latest + runs-on: self-ubuntu steps: - uses: actions/checkout@v3 with: @@ -22,3 +22,4 @@ jobs: with: args: --ide,QDNET pr-mode: false + upload-result: true diff --git a/qodana.yaml b/qodana.yaml index ad1e69a4d46..5115144606f 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -11,7 +11,8 @@ exclude: - name: NotAccessedPositionalProperty.Global bootstrap: | - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --jsonfile /data/project/global.json -i /usr/share/dotnet + curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --jsonfile ./global.json -i /usr/share/dotnet sh ./init.sh + dotnet: solution: All.sln