diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2901602..2a842e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,7 +208,7 @@ jobs: run: | go test -shuffle=on -race --coverprofile=./cov.out ./... - name: SonarQube scan - uses: sonarsource/sonarqube-scan-action@884b79409bbd464b2a59edc326a4b77dc56b2195 # master + uses: sonarsource/sonarqube-scan-action@13990a695682794b53148ff9f6a8b6e22e43955e # master if: success() env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}