Skip to content

Commit 1be3462

Browse files
authored
Misc fixes (#390)
* dependabot: also scan hack/tools * test: switch to sonarqube-scan-action
1 parent b6b4a56 commit 1be3462

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/test-external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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 }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)