Skip to content

Commit a135574

Browse files
ci(deps): bump SonarSource/sonarqube-scan-action from 6 to 7 (#15)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f716903 commit a135574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: SonarCloud Scan
6767
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.sonar == 'true' }}
68-
uses: SonarSource/sonarqube-scan-action@v6
68+
uses: SonarSource/sonarqube-scan-action@v7
6969
env:
7070
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7171
SONAR_HOST_URL: ${{ env.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)