File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 33 workflow_dispatch :
44 pull_request :
55 push :
6- branches :
7- - main
6+ branches : # Specify your branches here
7+ - main # The 'main' branch
8+ - ' releases/*' # The release branches
89
910jobs :
1011 qodana :
1617 steps :
1718 - uses : actions/checkout@v3
1819 with :
19- ref : ${{ github.event.pull_request.head.sha }}
20- fetch-depth : 0
20+ ref : ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
21+ fetch-depth : 0 # a full history is required for pull request analysis
2122 - name : ' Qodana Scan'
2223 uses : JetBrains/qodana-action@v2025.1
24+ with :
25+ pr-mode : false
2326 env :
24- QODANA_TOKEN : ${{ secrets.QODANA_TOKEN }}
27+ QODANA_TOKEN : ${{ secrets.QODANA_TOKEN_1860495776 }}
28+ QODANA_ENDPOINT : ' https://qodana.cloud'
You can’t perform that action at this time.
0 commit comments