Skip to content

Commit e9fe301

Browse files
ci(deps): bump SonarSource/sonarqube-scan-action from 6 to 7 (#5)
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 db85d3b commit e9fe301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-check.yml

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

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

0 commit comments

Comments
 (0)