Skip to content

Commit 065eb54

Browse files
Bump SonarSource/sonarqube-scan-action in /.github/workflows
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5.3.1 to 6.0.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5.3.1...v6.0.0) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d28e76 commit 065eb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ jobs:
421421
cmake -B build .
422422
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build build
423423
- name: SonarQube Scan
424-
uses: SonarSource/sonarqube-scan-action@v5.3.1
424+
uses: SonarSource/sonarqube-scan-action@v6.0.0
425425
env:
426426
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
427427
SONAR_ROOT_CERT: ${{ secrets.SONAR_ROOT_CERT }}

0 commit comments

Comments
 (0)