diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index ff9b686..eb0816d 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -51,7 +51,7 @@ jobs: run: make test - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9 # v5.3.0 + uses: SonarSource/sonarqube-scan-action@1a6d90ebcb0e6a6b1d87e37ba693fe453195ae25 # v5.3.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}