diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 2967e291..e2c37202 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -60,7 +60,7 @@ jobs: apt install -y curl ruby-full - name: Install Build Wrapper - uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v6.0.0 + uses: SonarSource/sonarqube-scan-action/install-build-wrapper@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0 - name: Build and test working-directory: thingy91x-oob @@ -80,7 +80,7 @@ jobs: - name: SonarQube Scan on main if: github.event_name != 'pull_request' - uses: SonarSource/sonarqube-scan-action@v6.0.0 + uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} @@ -97,7 +97,7 @@ jobs: - name: SonarQube Scan on PR if: github.event_name == 'pull_request' - uses: SonarSource/sonarqube-scan-action@v6.0.0 + uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}