Skip to content

renovate: Update module golang.org/x/crypto to v0.47.0 (#36) #49

renovate: Update module golang.org/x/crypto to v0.47.0 (#36)

renovate: Update module golang.org/x/crypto to v0.47.0 (#36) #49

Workflow file for this run

name: Sonar Report
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Generate Sonar Report
run: go test -coverpkg=./... -coverprofile=coverage.out -json ./... > sonar-report.json
- name: Upload coverage reports to Sonar
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
if: github.event.pull_request.head.repo.full_name == github.repository || env.SONAR_TOKEN != ''
uses: SonarSource/sonarqube-scan-action@v7.0.0