We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c09030 commit cc2f4a3Copy full SHA for cc2f4a3
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
3
on:
4
push:
5
schedule:
6
- - cron: '0 0 * * *'
+ - cron: "0 0 * * *"
7
8
jobs:
9
docker-compose:
@@ -54,7 +54,7 @@ jobs:
54
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
56
- name: sonarcloud.io
57
- uses: sonarsource/sonarqube-scan-action@v5.3.1
+ uses: sonarsource/sonarqube-scan-action@v6.0.0
58
env:
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments