Skip to content

Commit e86634b

Browse files
committed
Let Qodana test again
1 parent f030e5f commit e86634b

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/qodana.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@ jobs:
5454
-v "$(pwd):$(pwd)" -w "$(pwd)" \
5555
--entrypoint .github/jobs/data/qodana_${{ matrix.language }}_instructions.sh \
5656
domjudge/jetbrains-temp
57-
#- name: 'Qodana Scan'
58-
# uses: JetBrains/qodana-action@v2025.3
59-
# with:
60-
# args: |
61-
# --baseline qodana.sarif.json --image docker.io/domjudge/jetbrains-temp:tmp
62-
# upload-result: true
63-
# artifact-name: qodana-report-${{ matrix.language }}
64-
# #pr-mode: true
65-
# post-pr-comment: false
66-
# #push-fixes: pull-request
67-
# env:
68-
# QODANA_TOKEN: ${{ secrets[matrix.secret] }}
69-
#- name: Upload Qodana logs
70-
# if: always()
71-
# uses: actions/upload-artifact@v4
72-
# with:
73-
# name: qodana-logs-${{ matrix.language }}
74-
# path: /home/runner/work/_temp/qodana/results
57+
- name: 'Qodana Scan'
58+
uses: JetBrains/qodana-action@v2025.3
59+
with:
60+
args: |
61+
--baseline qodana.sarif.json --image docker.io/domjudge/jetbrains-temp:tmp
62+
upload-result: true
63+
artifact-name: qodana-report-${{ matrix.language }}
64+
#pr-mode: true
65+
post-pr-comment: false
66+
#push-fixes: pull-request
67+
env:
68+
QODANA_TOKEN: ${{ secrets[matrix.secret] }}
69+
- name: Upload Qodana logs
70+
if: always()
71+
uses: actions/upload-artifact@v4
72+
with:
73+
name: qodana-logs-${{ matrix.language }}
74+
path: /home/runner/work/_temp/qodana/results

0 commit comments

Comments
 (0)