Skip to content

Commit 0bb15a5

Browse files
committed
Used provided sonar version
1 parent 488eec6 commit 0bb15a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ jobs:
170170
permissions:
171171
id-token: write
172172
contents: write
173+
env:
174+
SONARQUBE_VERSION: 25.3.0.104237
173175
steps:
174176
- name: Checkout repository
175177
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
@@ -185,10 +187,8 @@ jobs:
185187
run: |
186188
mkdir -p sonarqube_cache
187189
if [ ! -f sonarqube_cache/sonarqube.zip ]; then
188-
wget -q https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-25.3.0.104237.zip -O sonarqube_cache/sonarqube.zip
190+
wget -q https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-$SONARQUBE_VERSION.zip -O sonarqube_cache/sonarqube.zip
189191
fi
190-
env:
191-
SONARQUBE_VERSION: 25.3.0.104237
192192
- name: Configure poetry
193193
uses: ./.github/actions/config-poetry
194194
- name: Execute the integration tests

0 commit comments

Comments
 (0)