diff --git a/.github/workflows/stage-2-test.yaml b/.github/workflows/stage-2-test.yaml index 59428adc..ea7700f9 100644 --- a/.github/workflows/stage-2-test.yaml +++ b/.github/workflows/stage-2-test.yaml @@ -229,7 +229,7 @@ jobs: name: ${{ needs.create-coverage-name.outputs.coverage-name }} path: coverage-reports/ - name: "SonarCloud Scan" - uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 + uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: