Skip to content

Commit 03d1838

Browse files
authored
Merge branch 'master' into feat/hnasr/BUILD-8678-removeGetBuildNumber
2 parents 2573a55 + c358b40 commit 03d1838

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
contents: write
2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23-
- uses: SonarSource/ci-github-actions/build-poetry@master # dogfood
23+
- uses: SonarSource/ci-github-actions/build-poetry@feat/jd/BUILD-8700-poetry-sq
24+
with:
25+
sonar-platform: sqc-eu
26+
deploy-pull-request: true
2427

2528
promote:
2629
needs:
@@ -35,3 +38,5 @@ jobs:
3538
contents: write
3639
steps:
3740
- uses: SonarSource/ci-github-actions/promote@master # dogfood
41+
with:
42+
promote-pull-request: true

sonar-project.properties

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

0 commit comments

Comments
 (0)