File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments