diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 3b204aa..7e3fbea 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -55,7 +55,7 @@ jobs: # yamllint disable rule:line-length - name: Install Build Wrapper - uses: SonarSource/sonarqube-scan-action/install-build-wrapper@9598b8a83feef37de07f549027fab50ecffe6a6e + uses: SonarSource/sonarqube-scan-action/install-build-wrapper@3988e54db2467c7e9583a4af619c3f5647d6b8ad # yamllint enable rule:line-length # yamllint disable rule:line-length @@ -74,7 +74,7 @@ jobs: # yamllint disable rule:line-length - name: Analyze with SonarQube / SonarCloud - uses: SonarSource/sonarqube-scan-action@9598b8a83feef37de07f549027fab50ecffe6a6e + uses: SonarSource/sonarqube-scan-action@3988e54db2467c7e9583a4af619c3f5647d6b8ad env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: