diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index a9b0a1f..91daedb 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@v8.1.0 + uses: SonarSource/sonarqube-scan-action@v8.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}