Skip to content

Commit def302b

Browse files
committed
Merge remote-tracking branch 'origin/master' into chore/eslint9
2 parents a7d8244 + 22e340f commit def302b

File tree

6 files changed

+178
-206
lines changed

6 files changed

+178
-206
lines changed

.github/dependabot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ updates:
2323
groups:
2424
css:
2525
patterns:
26+
- "@tailwindcss/*"
2627
- "autoprefixer"
2728
- "cssnano"
2829
- "postcss*"

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# No need to run the analysis from all environments
107107
- name: SonarCloud Scan
108108
if: ${{ success() && contains(matrix.os.coverage, 'coverage') && env.SONAR_TOKEN != '' }}
109-
uses: SonarSource/sonarqube-scan-action@v4
109+
uses: SonarSource/sonarqube-scan-action@v5
110110
env:
111111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
112112
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)