Skip to content

Commit 86bbbe6

Browse files
chore(deps): update sonarsource/sonarqube-scan-action action to v7
1 parent d4687dc commit 86bbbe6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
apt install -y curl ruby-full
6161
6262
- name: Install Build Wrapper
63-
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v6.0.0
63+
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v7.1.0
6464

6565
- name: Build and test
6666
working-directory: thingy91x-oob
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: SonarQube Scan on main
8282
if: github.event_name != 'pull_request'
83-
uses: SonarSource/sonarqube-scan-action@v6.0.0
83+
uses: SonarSource/sonarqube-scan-action@v7.1.0
8484
env:
8585
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8686
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: SonarQube Scan on PR
9999
if: github.event_name == 'pull_request'
100-
uses: SonarSource/sonarqube-scan-action@v6.0.0
100+
uses: SonarSource/sonarqube-scan-action@v7.1.0
101101
env:
102102
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103103
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)