Skip to content

Commit 97832a2

Browse files
chore(deps): update all non-major dependencies
1 parent 59e73ab commit 97832a2

File tree

6 files changed

+697
-1776
lines changed

6 files changed

+697
-1776
lines changed

.github/workflows/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
name: line-coverage-info
109109
path: packages/library/coverage
110110
- name: SonarCloud Analysis
111-
uses: SonarSource/sonarqube-scan-action@v5.2.0
111+
uses: SonarSource/sonarqube-scan-action@v5.3.0
112112
env:
113113
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
114114

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
name: line-coverage-info
120120
path: packages/library/coverage
121121
- name: SonarCloud Analysis
122-
uses: SonarSource/sonarqube-scan-action@v5.2.0
122+
uses: SonarSource/sonarqube-scan-action@v5.3.0
123123
env:
124124
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
125125

0 commit comments

Comments
 (0)