You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if: always() # always run even if the previous step fails
@@ -59,13 +60,14 @@ jobs:
59
60
# You can pin the exact commit or the version.
60
61
uses: SonarSource/sonarcloud-github-action@master
61
62
env:
63
+
SEMVER: $SEMVER
62
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
63
65
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)
0 commit comments