From fc5b85b00e309e41f32dfa446faa5481ce695ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 18:00:31 +0000 Subject: [PATCH] Bump SonarSource/sonarqube-scan-action from 7 to 8 Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 7 to 8. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v7...v8) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage_reporting.yml | 2 +- .github/workflows/sonar_checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: