Skip to content

chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 (#185) #143

chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 (#185)

chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 (#185) #143

Workflow file for this run

name: Sonar
on:
push:
branches: [ main, develop ]
jobs:
sonar:
name: Sonar
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}