File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 20
20
contents : write
21
21
steps :
22
22
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
- - uses : SonarSource/ci-github-actions/get-build-number@master # dogfood
24
23
- uses : SonarSource/ci-github-actions/build-poetry@master # dogfood
24
+ with :
25
+ sonar-platform : sqc-eu
26
+ deploy-pull-request : true
25
27
26
28
promote :
27
29
needs :
35
37
id-token : write
36
38
contents : write
37
39
steps :
38
- - uses : SonarSource/ci-github-actions/get-build-number@master # dogfood
39
40
- uses : SonarSource/ci-github-actions/promote@master # dogfood
41
+ with :
42
+ promote-pull-request : true
Original file line number Diff line number Diff line change
1
+ sonar.projectKey =SonarSource_sonar-dummy-python-oss
2
+ sonar.organization =sonarsource
3
+ sonar.projectName =sonar-dummy-python-oss
4
+
5
+ sonar.sourceEncoding =UTF-8
6
+
7
+ sonar.sources =src
8
+ sonar.python.version =3.12.1
You can’t perform that action at this time.
0 commit comments