Skip to content

Commit

Permalink
Explicitly set project version
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 15, 2023
1 parent 7a3d842 commit b4d5b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
sonar-scanner \
--define sonar.host.url=$SONAR_SERVER_URL \
--define sonar.projectKey=$SONAR_PROJECT_KEY \
--define sonar.projectVersion=`git describe --always` \
--define sonar.organization=$SONAR_ORGANIZATION \
--define sonar.scm.provider=git \
--define sonar.sourceEncoding=UTF-8 \
Expand Down

0 comments on commit b4d5b78

Please sign in to comment.