Skip to content

fix(deps): update module golang.org/x/net to v0.28.0 in go.mod (#344) #275

fix(deps): update module golang.org/x/net to v0.28.0 in go.mod (#344)

fix(deps): update module golang.org/x/net to v0.28.0 in go.mod (#344) #275

Workflow file for this run

name: Sonar
on:
push:
branches: [ main, develop ]
permissions:
contents: read
jobs:
sonar:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for sonarsource/sonarcloud-github-action to determine which PR to decorate
name: Sonar
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@f5003fc9688ade81ce47b57a3fa97a8d3f12de4c # master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}