Skip to content

Commit

Permalink
PI-2661 Fix missing version in Sonar (#4480)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl authored Dec 5, 2024
1 parent caea446 commit bcf739e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/analyse/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:

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

0 comments on commit bcf739e

Please sign in to comment.