We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd9b555 + ce5c371 commit 4cb08dbCopy full SHA for 4cb08db
1 file changed
.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:
@@ -108,7 +108,7 @@ jobs:
108
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
110
- name: sonarcloud.io
111
- uses: sonarsource/sonarqube-scan-action@v5.3.1
+ uses: sonarsource/sonarqube-scan-action@v6.0.0
112
env:
113
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments