File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
- uses : SonarSource/ci-github-actions/get-build-number@master # dogfood
24
- - uses : SonarSource/ci-github-actions/build-poetry@master # dogfood
24
+ - uses : SonarSource/ci-github-actions/build-poetry@feat/jd/BUILD-8700-poetry-sq
25
+ with :
26
+ sonar-platform : sqc-eu
27
+ deploy-pull-request : true
25
28
26
29
promote :
27
30
needs :
37
40
steps :
38
41
- uses : SonarSource/ci-github-actions/get-build-number@master # dogfood
39
42
- uses : SonarSource/ci-github-actions/promote@master # dogfood
43
+ with :
44
+ 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