diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2214c9b..b5a1833 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,7 +222,7 @@ jobs: id: blockchain-sonar-scan if: steps['sonar-check'].outputs.sonar_enabled == 'true' continue-on-error: true - uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0 + uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1 env: SONAR_HOST_URL: ${{ vars.SONAR_URL || 'https://sonarcloud.io' }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} @@ -232,7 +232,7 @@ jobs: - name: Retry SonarQube analysis (blockchain) if: steps['sonar-check'].outputs.sonar_enabled == 'true' && steps['blockchain-sonar-scan'].outcome == 'failure' - uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0 + uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1 env: SONAR_HOST_URL: ${{ vars.SONAR_URL || 'https://sonarcloud.io' }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} @@ -537,7 +537,7 @@ jobs: id: frontend-sonar-scan if: steps['sonar-check'].outputs.sonar_enabled == 'true' continue-on-error: true - uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0 + uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1 env: SONAR_HOST_URL: ${{ vars.SONAR_URL || 'https://sonarcloud.io' }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} @@ -547,7 +547,7 @@ jobs: - name: Retry SonarQube analysis (frontend) if: steps['sonar-check'].outputs.sonar_enabled == 'true' && steps['frontend-sonar-scan'].outcome == 'failure' - uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0 + uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1 env: SONAR_HOST_URL: ${{ vars.SONAR_URL || 'https://sonarcloud.io' }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}