Skip to content

Commit 4cb08db

Browse files
committed
Merge branch 'chubbyphp' of github.com:chubbyphp/petstore into chubbyphp
2 parents fd9b555 + ce5c371 commit 4cb08db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
schedule:
6-
- cron: '0 0 * * *'
6+
- cron: "0 0 * * *"
77

88
jobs:
99
docker-compose:
@@ -108,7 +108,7 @@ jobs:
108108
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109109
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
110110
- name: sonarcloud.io
111-
uses: sonarsource/sonarqube-scan-action@v5.3.1
111+
uses: sonarsource/sonarqube-scan-action@v6.0.0
112112
env:
113113
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114114
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)