Skip to content

Commit fd02eda

Browse files
committed
ci: Removing sonarsource
Signed-off-by: Vincent Boutour <[email protected]>
1 parent fed6a15 commit fd02eda

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/build.yaml

-15
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,3 @@ jobs:
4747
git --no-pager diff -- ':(exclude)go.sum' && git diff --quiet -- ':(exclude)go.sum'
4848
- name: Codecov
4949
uses: codecov/codecov-action@v4
50-
51-
sonarcloud:
52-
name: SonarCloud
53-
runs-on: ubuntu-latest
54-
steps:
55-
- name: Checkout
56-
uses: actions/checkout@v4
57-
with:
58-
fetch-depth: 0
59-
- name: SonarCloud
60-
if: env.SONAR_TOKEN
61-
uses: SonarSource/sonarcloud-github-action@master
62-
env:
63-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)