We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c285548 commit ab74c4eCopy full SHA for ab74c4e
.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
php82:
@@ -40,7 +40,7 @@ jobs:
40
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
42
- name: sonarcloud.io
43
- uses: sonarsource/sonarqube-scan-action@v5.3.1
+ uses: sonarsource/sonarqube-scan-action@v6.0.0
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments