diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 16ec7df..c494468 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -29,6 +29,6 @@ jobs: run: sed -i 's+/home/runner/work/free-games-claimer/free-games-claimer+/github/workspace+g' eslint_report.json - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@5.2.0 + uses: SonarSource/sonarqube-scan-action@v5.2.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}