Skip to content

Commit 74b4b43

Browse files
authored
fix: switcher global settings when throttling (#577)
1 parent 102c262 commit 74b4b43

6 files changed

Lines changed: 194 additions & 137 deletions

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
SWITCHER_API_LOGGER: false
6161

6262
- name: SonarCloud Scan
63-
uses: sonarsource/sonarqube-scan-action@v6.0.0
63+
uses: sonarsource/sonarqube-scan-action@v7.0.0
6464
env:
6565
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6666
if: env.SONAR_TOKEN != ''

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
SWITCHER_API_LOGGER: false
7676

7777
- name: SonarCloud Scan
78-
uses: sonarsource/sonarqube-scan-action@v6.0.0
78+
uses: sonarsource/sonarqube-scan-action@v7.0.0
7979
env:
8080
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
8181
if: env.SONAR_TOKEN != ''

0 commit comments

Comments
 (0)