File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ updates:
1616 - sigs.k8s.io/cluster-api
1717 - sigs.k8s.io/cluster-api/test
1818
19+ - package-ecosystem : " gomod"
20+ directory : " /hack/tools"
21+ schedule :
22+ interval : " daily"
23+
1924- package-ecosystem : " docker"
2025 directory : " /"
2126 schedule :
Original file line number Diff line number Diff line change 2121 go-version-file : go.mod
2222 - run : " make verify"
2323 - run : " make test"
24- - uses : SonarSource/sonarcloud-github -action@v4.0 .0
24+ - uses : SonarSource/sonarqube-scan -action@v4.1 .0
2525 with :
2626 args : >
2727 -Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change 1818 go-version-file : go.mod
1919 - run : " make verify"
2020 - run : " make test"
21- - uses : SonarSource/sonarcloud-github -action@v4.0 .0
21+ - uses : SonarSource/sonarqube-scan -action@v4.1 .0
2222 if : ${{ github.event_name == 'push' }}
2323 env :
2424 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments