updated deprecated sonarqube action
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user