Skip to content

Commit 889813f

Browse files
dependabot[bot]Hanmac
authored andcommitted
build(deps): bump SonarSource/sonarqube-scan-action from 6 to 7
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 6 to 7. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v6...v7) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b02c212 commit 889813f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
files: tests/logging/*.xml
117117

118118
- name: SonarQube Scan
119-
uses: SonarSource/sonarqube-scan-action@v6
119+
uses: SonarSource/sonarqube-scan-action@v7
120120
continue-on-error: true
121121
if: ${{ (matrix.php-versions == '8.1') && (matrix.mysql-version == '5.7') }}
122122
with:

0 commit comments

Comments
 (0)