Skip to content

Commit

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

Bump SonarSource/sonarqube-scan-action from 2.0.1 to 2.1.0
  • Loading branch information
JanuszNowak committed Jun 4, 2024
2 parents 9d4248e + b8b0f78 commit 091f1d3
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@69c1a75940dec6249b86dace6b630d3a2ae9d2a7
uses: SonarSource/sonarqube-scan-action@86fe81775628f1c6349c28baab87881a2170f495
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 091f1d3

Please sign in to comment.