Skip to content

fix(deps): update module golang.org/x/time to v0.7.0 in go.mod (#368) #294

fix(deps): update module golang.org/x/time to v0.7.0 in go.mod (#368)

fix(deps): update module golang.org/x/time to v0.7.0 in go.mod (#368) #294

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838 # master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}