Skip to content

Commit 284a5cc

Browse files
fix(deps): update all non-major dependencies
1 parent e02bfbb commit 284a5cc

5 files changed

Lines changed: 237 additions & 246 deletions

File tree

.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@v7.0.0
111+
uses: SonarSource/sonarqube-scan-action@v7.1.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
@@ -123,7 +123,7 @@ jobs:
123123
name: line-coverage-info
124124
path: packages/library/coverage
125125
- name: SonarCloud Analysis
126-
uses: SonarSource/sonarqube-scan-action@v7.0.0
126+
uses: SonarSource/sonarqube-scan-action@v7.1.0
127127
env:
128128
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
129129

0 commit comments

Comments
 (0)