We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caea446 commit bcf739eCopy full SHA for bcf739e
.github/actions/analyse/action.yml
@@ -51,7 +51,7 @@ runs:
51
52
- name: Sonar analysis
53
if: github.actor != 'dependabot[bot]'
54
- run: ./gradlew sonar
+ run: ./gradlew sonar -Dsonar.projectVersion="$VERSION"
55
shell: bash
56
env:
57
SONAR_TOKEN: ${{ inputs.sonar-token }}
0 commit comments