Skip to content

Commit bcf739e

Browse files
authored
PI-2661 Fix missing version in Sonar (#4480)
1 parent caea446 commit bcf739e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/analyse/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151

5252
- name: Sonar analysis
5353
if: github.actor != 'dependabot[bot]'
54-
run: ./gradlew sonar
54+
run: ./gradlew sonar -Dsonar.projectVersion="$VERSION"
5555
shell: bash
5656
env:
5757
SONAR_TOKEN: ${{ inputs.sonar-token }}

0 commit comments

Comments
 (0)