Skip to content

Commit d072385

Browse files
authored
[skip ci][QD] go back to main
1 parent 48c8733 commit d072385

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qodana-scan-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: 'Qodana Scan'
5454
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }}
55-
uses: JetBrains/qodana-action@next
55+
uses: JetBrains/qodana-action@main
5656
with:
5757
args: --ide,QDNET
5858
pr-mode: true

.github/workflows/qodana-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# refreshenv
6060
# qodana scan --ide QDNET-EAP -o ${{ runner.temp }}\qodana\results --cache-dir ${{ runner.temp }}\qodana\cache
6161
- name: Qodana Scan
62-
uses: JetBrains/qodana-action@next
62+
uses: JetBrains/qodana-action@main
6363
continue-on-error: true
6464
with:
6565
args: --ide,QDNET

0 commit comments

Comments
 (0)