Skip to content

Commit

Permalink
sonar: use fixed version for sonarcloud-github-action (#10046)
Browse files Browse the repository at this point in the history
  • Loading branch information
taratorio authored Apr 24, 2024
1 parent dfdfed5 commit ed3325b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: SonarCloud
if: runner.os == 'Linux'
uses: SonarSource/sonarcloud-github-action@master
uses: SonarSource/sonarcloud-github-action@v2.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit ed3325b

Please sign in to comment.