Skip to content

Commit

Permalink
Merge pull request #152 from Azure4DevOps/dependabot/github_actions/S…
Browse files Browse the repository at this point in the history
…onarSource/sonarqube-scan-action-2.2

Bump SonarSource/sonarqube-scan-action from 2.1.0 to 2.2
  • Loading branch information
JanuszNowak committed Jun 14, 2024
2 parents 7db2666 + f1aa8e8 commit ee9b5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# You can pin the exact commit or the version.
# uses: SonarSource/sonarqube-scan-action@v1.1.0
uses: SonarSource/sonarqube-scan-action@86fe81775628f1c6349c28baab87881a2170f495
uses: SonarSource/sonarqube-scan-action@540792c588b5c2740ad2bb4667db5cd46ae678f2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on SonarQube, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)
Expand Down

0 comments on commit ee9b5cf

Please sign in to comment.