File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 uses : JetBrains/qodana-action@v2024.3
66 with :
77 pr-mode : false
8- env :
9- QODANA_TOKEN : ${{ secrets.QODANA_TOKEN_1290658496 }}
10- QODANA_ENDPOINT : ' https://qodana.cloud'
Original file line number Diff line number Diff line change 4444 - name : Run qodana code scanning
4545 uses : ./.github/workflows/actions/qodana
4646 if : ${{ steps.check-changed-files.outputs.any-changed }}
47+ env :
48+ QODANA_TOKEN : ${{ secrets.QODANA_TOKEN_1290658496 }}
49+ QODANA_ENDPOINT : ' https://qodana.cloud'
50+
51+
4752
Original file line number Diff line number Diff line change 2626 uses : ./.github/workflows/actions/typecheck-and-lint
2727 - name : Qodana check
2828 uses : ./.github/workflows/actions/qodana
29+ env :
30+ QODANA_TOKEN : ${{ secrets.QODANA_TOKEN_1290658496 }}
31+ QODANA_ENDPOINT : ' https://qodana.cloud'
2932 - name : Test
3033 uses : ./.github/workflows/actions/test
You can’t perform that action at this time.
0 commit comments