diff --git a/.github/workflows/ci-test-go.yml b/.github/workflows/ci-test-go.yml index 0dbc4b1427..cce0b64ce9 100644 --- a/.github/workflows/ci-test-go.yml +++ b/.github/workflows/ci-test-go.yml @@ -125,7 +125,7 @@ jobs: - name: SonarQube Scan if: ${{ env.SHOULD_RUN_SONAR == 'true' }} - uses: SonarSource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5.0.0 + uses: SonarSource/sonarqube-scan-action@aa494459d7c39c106cc77b166de8b4250a32bb97 # v5.1.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: