Skip to content

Commit 84d8677

Browse files
authored
1 parent c8e4224 commit 84d8677

File tree

4 files changed

+403
-346
lines changed

4 files changed

+403
-346
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
SWITCHER_API_LOGGER: false
5050

5151
- name: SonarCloud Scan
52-
uses: sonarsource/sonarqube-scan-action@v5.2.0
52+
uses: sonarsource/sonarqube-scan-action@v5.3.1
5353
env:
5454
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5555
if: env.SONAR_TOKEN != ''

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
SWITCHER_API_LOGGER: false
6565

6666
- name: SonarCloud Scan
67-
uses: sonarsource/sonarqube-scan-action@v5.2.0
67+
uses: sonarsource/sonarqube-scan-action@v5.3.1
6868
env:
6969
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7070
if: env.SONAR_TOKEN != ''

0 commit comments

Comments
 (0)