Skip to content

Commit ce986e0

Browse files
committed
BUILD-8764: remove get-build-number
1 parent 550e53a commit ce986e0

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
contents: write
2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23-
- uses: SonarSource/ci-github-actions/get-build-number@master # dogfood
2423
- uses: SonarSource/ci-github-actions/build-poetry@master # dogfood
24+
with:
25+
sonar-platform: sqc-eu
26+
deploy-pull-request: true
2527

2628
promote:
2729
needs:
@@ -35,5 +37,6 @@ jobs:
3537
id-token: write
3638
contents: write
3739
steps:
38-
- uses: SonarSource/ci-github-actions/get-build-number@master # dogfood
3940
- 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)