Skip to content

Commit 910ae72

Browse files
build(deps): bump SonarSource/sonarqube-scan-action
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5 to 6. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5...v6) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '6' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 00265b0 commit 910ae72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: find . | grep coverage
4646

4747
- name: SonarCloud Scan
48-
uses: SonarSource/sonarqube-scan-action@v5
48+
uses: SonarSource/sonarqube-scan-action@v6
4949
if: ${{ matrix.node_version == '22' }}
5050
with:
5151
args: >

0 commit comments

Comments
 (0)