mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Update code-quality.yml
This commit is contained in:
2
.github/workflows/code-quality.yml
vendored
2
.github/workflows/code-quality.yml
vendored
@@ -33,7 +33,6 @@ jobs:
|
||||
show-progress: false
|
||||
|
||||
- name: Run Qodana scan
|
||||
if: false # TODO: Enable GitHub results after qodana starts reporting meaningful stuff
|
||||
uses: JetBrains/qodana-action@v2023.3.0
|
||||
with:
|
||||
args: --property=idea.headless.enable.statistics=false
|
||||
@@ -41,7 +40,6 @@ jobs:
|
||||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
||||
|
||||
- name: Report Qodana results to GitHub
|
||||
if: false # TODO: Enable GitHub results after qodana starts reporting meaningful stuff
|
||||
uses: github/codeql-action/upload-sarif@v2.22.10
|
||||
with:
|
||||
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
|
||||
|
||||
Reference in New Issue
Block a user