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 2121 steps :
2222 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323 - 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
2528
2629 promote :
2730 needs :
3740 steps :
3841 - uses : SonarSource/ci-github-actions/get-build-number@master # dogfood
3942 - 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