diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 5d46c72..c0bb581 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -56,7 +56,7 @@ jobs: run: go test -coverprofile=cover.out ./... - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v7.0.0 + uses: SonarSource/sonarqube-scan-action@v8.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}