updated deprecated sonarqube action

This commit is contained in:
W Anders
2025-01-09 10:00:39 -07:00
parent 4d49fe9ccf
commit 3c7493c61d
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
done && \ done && \
go run ${{ github.workspace }}/.testing/init/init.go go run ${{ github.workspace }}/.testing/init/init.go
- run: go test -coverprofile='coverage.out' ${{ github.workspace }}/... - run: go test -coverprofile='coverage.out' ${{ github.workspace }}/...
- uses: sonarsource/sonarcloud-github-action@master - uses: sonarsource/sonarqube-scan-action@v4
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}