1 parent 612f2f3 commit e30be71Copy full SHA for e30be71
1 file changed
.github/workflows/build.yml
@@ -83,7 +83,7 @@ jobs:
83
- run: bun install --frozen-lockfile
84
- name: Run Tests
85
run: bun run coverage
86
- - uses: sonarsource/sonarqube-scan-action@v7.0.0
+ - uses: sonarsource/sonarqube-scan-action@v7.1.0
87
env:
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments