diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d06ed6..1e03838 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,6 @@ jobs: - name: Run Rubocop run: make lint - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}