diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 09c321c..fd37ae6 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@6bbd64e0cb2194e04addb429d669a9ee873eeeef # master + uses: sonarsource/sonarcloud-github-action@19888635fa64d24e533d388efe8264402dfd721b # master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}