Skip to content

Commit 94aabe2

Browse files
committed
2 parents 115755d + c0899a5 commit 94aabe2

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

.github/workflows/qodana_code_quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches: # Specify your branches here
7-
- master # The 'main' branch
7+
- main # The 'main' branch
88
- 'releases/*' # The release branches
99

1010
jobs:
@@ -24,5 +24,5 @@ jobs:
2424
with:
2525
pr-mode: false
2626
env:
27-
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
28-
QODANA_ENDPOINT: 'https://qodana.cloud'
27+
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_729101036 }}
28+
QODANA_ENDPOINT: 'https://qodana.cloud'

qodana.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
####################################################################################################################
2+
# WARNING: Do not store sensitive information in this file, as its contents will be included in the Qodana report. #
3+
####################################################################################################################
4+
5+
version: "1.0"
6+
linter: jetbrains/qodana-jvm:2025.2
7+
profile:
8+
name: qodana.recommended
9+
include:
10+
- name: CheckDependencyLicenses

0 commit comments

Comments
 (0)