Skip to content

Commit dc830e4

Browse files
chore(deps): bump SonarSource/sonarqube-scan-action from 7 to 8 (#231)
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](SonarSource/sonarqube-scan-action@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ramses Sanchez-Hernandez <63934382+ramsessanchez@users.noreply.github.com>
1 parent d4665a9 commit dc830e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' coverage.xml
6060
- name: SonarCloud Scan
6161
if: ${{ !github.event.pull_request.head.repo.fork }}
62-
uses: SonarSource/sonarqube-scan-action@v7
62+
uses: SonarSource/sonarqube-scan-action@v8
6363
env:
6464
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6565

0 commit comments

Comments
 (0)