diff --git a/.github/workflows/coverage_reporting.yml b/.github/workflows/coverage_reporting.yml index 9572c4308..8703e9f00 100644 --- a/.github/workflows/coverage_reporting.yml +++ b/.github/workflows/coverage_reporting.yml @@ -61,7 +61,7 @@ jobs: working-directory: ./receptorctl - name: SonarCube Static Scans (on push) - uses: SonarSource/sonarqube-scan-action@v7 + uses: SonarSource/sonarqube-scan-action@v8 if: github.event_name == 'push' && github.repository == 'ansible/receptor' env: SONAR_TOKEN: ${{ secrets[format('{0}', vars.SONAR_TOKEN_SECRET_NAME)] }} diff --git a/.github/workflows/sonar_checks.yml b/.github/workflows/sonar_checks.yml index 77fe2cda5..c4d5bcd9a 100644 --- a/.github/workflows/sonar_checks.yml +++ b/.github/workflows/sonar_checks.yml @@ -77,7 +77,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: SonarQube Scan for receptor - uses: SonarSource/sonarqube-scan-action@v7 + uses: SonarSource/sonarqube-scan-action@v8 env: SONAR_TOKEN: ${{ secrets[format('{0}', vars.SONAR_TOKEN_SECRET_NAME)] }} with: